Skip to content

Commit 8c7aa20

Browse files
committed
ci: add jdk23 to test matrix
1 parent c5fe795 commit 8c7aa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
os: [{name: 'windows', shell: 'pwsh'}, {name: 'ubuntu', shell: 'bash'}]
47-
jdk: ['8', '11', '17', '21']
47+
jdk: ['8', '11', '17', '21', '23']
4848

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

0 commit comments

Comments
 (0)