Skip to content

Commit dae217c

Browse files
committed
add tests for java 27
1 parent dc5b90b commit dae217c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.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', '22', '23', '24', '25', '26' ]
34+
java_version: ['11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27' ]
3535

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

0 commit comments

Comments
 (0)