Skip to content

Commit b3f962c

Browse files
authored
Merge pull request #188 from hazendaz/master
[GHA] Drop jdk 22 and use 23-GA
2 parents 920fd06 + 2e16610 commit b3f962c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
cache: [maven]
1111
distribution: [temurin]
12-
java: [17, 21, 22, 23-ea]
12+
java: [17, 21, 23]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
fail-fast: false
1515
max-parallel: 4

0 commit comments

Comments
 (0)