Skip to content

Commit 12dbc32

Browse files
committed
GH Actions: also test on Java 21
1 parent 5d3341c commit 12dbc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
java: [ '8', '11', '17' ]
13+
java: [ '8', '11', '17', '21' ]
1414
defaults:
1515
run:
1616
working-directory: compiler

0 commit comments

Comments
 (0)