Skip to content

Commit

Permalink
Merge pull request #48 from offa/ci
Browse files Browse the repository at this point in the history
Remove OpenJDK 19 build, add OpenJDK 21
  • Loading branch information
offa authored Dec 22, 2023
2 parents 38d10e9 + 184b26f commit 30d14c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17, 19 ]
java: [ 11, 17, 21 ]
name: jdk-${{ matrix.java }}
steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit 30d14c9

Please sign in to comment.