Skip to content

Commit 5b12802

Browse files
authored
add idea 2024.1 to build matrix (#189)
* add idea 2024.1 to build matrix * update codecov-action * update codecov-action to v4
1 parent 60794df commit 5b12802

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- { jdk: 17, idea: 2023.1 }
1515
- { jdk: 17, idea: 2023.2 }
1616
- { jdk: 17, idea: 2023.3 }
17+
- { jdk: 17, idea: 2024.1 }
1718
- { jdk: 17, idea: LATEST-EAP-SNAPSHOT }
1819
name: 'IDEA ${{ matrix.version.idea }}'
1920
env:
@@ -31,6 +32,6 @@ jobs:
3132
- name: 'Generate coverage report'
3233
run: ./gradlew --warning-mode=all jacocoTestReport
3334
- name: 'Upload coverage to Codecov'
34-
uses: codecov/codecov-action@v1
35+
uses: codecov/codecov-action@v4
3536
with:
3637
fail_ci_if_error: true

0 commit comments

Comments
 (0)