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 f27142e commit b334617Copy full SHA for b334617
.github/workflows/codecov.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-22.04
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
13
with:
14
distribution: 'temurin'
15
java-version: 11
.github/workflows/mvn.yml
@@ -16,7 +16,7 @@ jobs:
16
java: [11, 17]
17
18
19
20
21
22
java-version: ${{ matrix.java }}
0 commit comments