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

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


The following commit(s) were added to refs/heads/master by this push:
     new 48cf001e Bump Java 8 to 11
48cf001e is described below

commit 48cf001e186d2bb7015cdb3ad3d6f493ce08885c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Feb 19 21:01:00 2024 -0500

    Bump Java 8 to 11
---
 .github/workflows/coverage.yml | 2 +-
 .github/workflows/maven.yml    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index e161d52d..e7c8a699 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -35,7 +35,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 8 ]
+        java: [ 11 ]
 
     steps:
     - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b6313071..2d288a97 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,10 +27,10 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 17 ]
+        java: [ 11, 17, 21 ]
         experimental: [false]
 #        include:
-#          - java: 18-ea
+#          - java: 22-ea
 #            experimental: true        
         
     steps:

Reply via email to