Removed Java 8 from CIs
This commit is contained in:
parent
45af218f39
commit
c75ba0b38b
3 changed files with 7 additions and 7 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 1.8, 11, 17, 18 ]
|
||||
java-version: [ 11, 17, 18 ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue