Skip to content

Commit de30d6b

Browse files
committed
[0.9.0]
Java 11 removed from CI
1 parent f12ef4a commit de30d6b

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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
java: [ '11', '17' ]
17+
java: [ '17' ]
1818
name: Java ${{ matrix.java }} setup
1919

2020
steps:

0 commit comments

Comments
 (0)