Skip to content

Commit f679cbc

Browse files
committed
add tests with java 21-26
1 parent 41cc9f6 commit f679cbc

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' ]
34+
java_version: [ '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26' ]
3535
steps:
3636
- uses: actions/checkout@v6
3737
with:

0 commit comments

Comments
 (0)