Skip to content

Commit dab2f12

Browse files
committed
test with java 22
1 parent 5321c8f commit dab2f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: checkstyle
3232
strategy:
3333
matrix:
34-
java_version: ['11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21']
34+
java_version: ['11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22']
3535

3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)