Skip to content

Commit cfe9b88

Browse files
committed
chore: Don't build on java 20
1 parent 0a263ce commit cfe9b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
java-version: [ 17, 20 ]
21+
java-version: [ 17 ]
2222
os: [ macos-latest, ubuntu-latest, windows-latest ]
2323
permissions:
2424
contents: read

0 commit comments

Comments
 (0)