Skip to content

Commit

Permalink
ci: add jdk23 to test matrix (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
lread authored Nov 23, 2024
1 parent c5fe795 commit a8bc37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
os: [{name: 'windows', shell: 'pwsh'}, {name: 'ubuntu', shell: 'bash'}]
jdk: ['8', '11', '17', '21']
jdk: ['8', '11', '17', '21', '23']

name: ${{matrix.os.name}} - jdk ${{ matrix.jdk }}

Expand Down

0 comments on commit a8bc37d

Please sign in to comment.