Skip to content

Commit 2349263

Browse files
committed
remove java 20 build in favor of LTS versions only
1 parent ea46003 commit 2349263

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [ '11', '17', '20', '21' ]
16+
java: [ '11', '17', '21' ]
1717

1818
environment: build
1919
steps:

0 commit comments

Comments
 (0)