Skip to content

Commit

Permalink
Add 2024.2 K2 test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Oct 6, 2024
1 parent 15bf835 commit 680443e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- { jdk: 17, idea: 2023.3 }
- { jdk: 17, idea: 2024.1 }
- { jdk: 17, idea: 2024.2 }
- { jdk: 17, idea: 2024.2, testArgs: '-Dorg.gradle.jvmargs=-Didea.kotlin.plugin.use.k2=true', name: '2024.2 K2' }
- { jdk: 17, idea: LATEST-EAP-SNAPSHOT }
name: 'IDEA ${{ matrix.version.idea }}'
name: 'IDEA ${{ matrix.version.name || matrix.version.idea }}'
env:
IDEA_VERSION: ${{ matrix.version.idea }}
runs-on: ubuntu-latest
Expand All @@ -28,7 +29,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.version.jdk }}
- name: 'Test'
run: ./gradlew --warning-mode=all build
run: ./gradlew --warning-mode=all build ${{ matrix.version.testArgs }}
- name: 'Generate coverage report'
run: ./gradlew --warning-mode=all jacocoTestReport
- name: 'Upload coverage to Codecov'
Expand Down

0 comments on commit 680443e

Please sign in to comment.