Skip to content

Commit

Permalink
rm 1.8 from test matrix - Android requires jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Aug 25, 2022
1 parent 5a9887a commit 7d48dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11, 17, 18 ] # test LTS versions, and the newest
java-version: [ 11, 17, 18 ] # test LTS versions, and the newest
kotlin-version: [ 1.5.31, 1.6.21, 1.7.10 ]
kotlin-ir-enabled: [ true, false ]
fail-fast: false # in case one JDK fails, we still want to see results from others
Expand Down

0 comments on commit 7d48dad

Please sign in to comment.