Skip to content

Commit

Permalink
Merge pull request #933 from aSemy/add_jdk_19_to_test_matrix
Browse files Browse the repository at this point in the history
add jdk 19 to workflow test matrix
  • Loading branch information
Raibaz committed Sep 28, 2022
2 parents 159a50a + 51dac76 commit 85737c8
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: [ 11, 17, 18 ] # test LTS versions, and the newest
java-version: [ 11, 17, 19 ] # test LTS versions, and the newest
kotlin-version: [ 1.5.31, 1.6.21, 1.7.20-RC ]
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 85737c8

Please sign in to comment.