Skip to content

Commit

Permalink
ci: add Java 21 run, drop Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Oct 12, 2023
1 parent 1298762 commit 49169dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8', '11', '17', '20']
java: ['8', '11', '17', '21']
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['11', '17']
java: ['11', '17', '21']
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 49169dd

Please sign in to comment.