You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/12/23 14:16:27 UTC

(commons-math) branch master updated: Try to avoid unnecessary workflow fail

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new 2de43632d Try to avoid unnecessary workflow fail
2de43632d is described below

commit 2de43632dfd3360157482690dae6719422d31381
Author: Sebb <se...@users.noreply.github.com>
AuthorDate: Sat Dec 23 14:16:23 2023 +0000

    Try to avoid unnecessary workflow fail
---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 938dd702f..7c7005912 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -26,7 +26,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 8 ]
+        java: [ 11 ] # Use 11 rather than 8, as 8 fails currently
 
     steps:
     - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0