Skip to content

Commit

Permalink
ci: add jdk 19-21
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Jan 20, 2024
1 parent 3139691 commit 021a50e
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 @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
jdk: [ '12', '13', '14', '15', '16', '17', '18' ]
jdk: [ '12', '13', '14', '15', '16', '17', '18', '19', '20', '21' ]
name: JDK ${{ matrix.jdk }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down

0 comments on commit 021a50e

Please sign in to comment.