Skip to content

Commit d787e4d

Browse files
committed
Do not test on Java 22
For now, 22-ea is no longer available.
1 parent 689e8de commit d787e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-supported-java-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
java: [ '8', '11', '17', '20', '21', '22-ea']
13+
java: [ '8', '11', '17', '20', '21']
1414
name: Test against Java ${{ matrix.java }}
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)