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 f2a2212 commit 377627aCopy full SHA for 377627a
.github/workflows/release-mvn.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-java@v4
15
with:
16
distribution: 'temurin'
17
- java-version: '11'
+ java-version: '17'
18
cache: 'maven'
19
- uses: cucumber/[email protected]
20
.github/workflows/test-java.yml
@@ -18,16 +18,16 @@ jobs:
matrix:
os:
- ubuntu-latest
21
- java: ["11", "17"]
+ java: [ '17', '21' ]
22
23
steps:
24
- uses: actions/checkout@v4
25
26
27
28
- distribution: "zulu"
+ distribution: 'temurin'
29
java-version: ${{ matrix.java }}
30
- cache: "maven"
+ cache: 'maven'
31
32
- run: mvn verify
33
working-directory: java
0 commit comments