We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392486f commit 33d7626Copy full SHA for 33d7626
.github/workflows/codecov.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-24.04
14
steps:
15
- uses: actions/checkout@v5
16
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
17
with:
18
distribution: 'temurin'
19
java-version: 20
.github/workflows/mvn.yml
@@ -20,7 +20,7 @@ jobs:
20
java: [17, 21]
21
22
23
24
25
26
java-version: ${{ matrix.java }}
0 commit comments