Skip to content

Commit

Permalink
Add Java 21 build to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 15, 2023
1 parent 2a6a103 commit 5aebe09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-pool2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 17 ]
java: [ 8, 11, 17, 21 ]
experimental: [false]
# include:
# - java: 21-ea
# - java: 22-ea
# experimental: true

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-pool3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 17, 20 ]
java: [ 17, 21 ]
experimental: [false]
include:
- java: 21-ea
- java: 22-ea
experimental: true

steps:
Expand Down

0 comments on commit 5aebe09

Please sign in to comment.