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-graph.git
The following commit(s) were added to refs/heads/master by this push:
new 4316085 Add Java 21 build to GitHub
4316085 is described below
commit 4316085bf92d394803230be5feef67fe77ced77f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 11:22:34 2023 -0400
Add Java 21 build to GitHub
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 52ebb88..1ac5b37 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 8, 11, 17 ]
+ java: [ 8, 11, 17, 21 ]
os: [ubuntu-latest]
experimental: [false]
# Don't need all versions