Skip to content

Commit 59cd935

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Java Tests script for github-actions. Multi-version/multi-OS tests added. JDK 22 excluded.
1 parent 00ab80b commit 59cd935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
java: [ '20', '21', '22' ]
25+
java: [ '20', '21' ]
2626
runs-on: ${{ matrix.os }}
2727

2828
steps:

0 commit comments

Comments
 (0)