Skip to content

Commit 6d08c72

Browse files
authored
Test with Java 21 (#2831)
1 parent 3ae7af5 commit 6d08c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ ubuntu-latest, windows-latest ]
22-
version: [ 17, 19 ]
22+
version: [ 17, 21 ]
2323
name: 'Build Java ${{ matrix.version }} - ${{ matrix.os }}'
2424
runs-on: ${{ matrix.os }}
2525
steps:

0 commit comments

Comments
 (0)