We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fe795 commit 8c7aa20Copy full SHA for 8c7aa20
.github/workflows/tests.yml
@@ -44,7 +44,7 @@ jobs:
44
fail-fast: false
45
matrix:
46
os: [{name: 'windows', shell: 'pwsh'}, {name: 'ubuntu', shell: 'bash'}]
47
- jdk: ['8', '11', '17', '21']
+ jdk: ['8', '11', '17', '21', '23']
48
49
name: ${{matrix.os.name}} - jdk ${{ matrix.jdk }}
50
0 commit comments