Skip to content

Commit 494dca6

Browse files
author
Gonzalo Diaz
committed
[[CONFIG] [Github Actions] java versions
1 parent 10a63ad commit 494dca6

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
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
31-
java: ['20', '21', '22']
31+
java: ['22', '23', '24']
3232
runs-on: ${{ matrix.os }}
3333

3434
steps:

0 commit comments

Comments
 (0)