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 d8ffef3 commit 33aa76bCopy full SHA for 33aa76b
.github/workflows/release-mvn.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-java@v5
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
@@ -26,7 +26,7 @@ jobs:
26
matrix:
27
os:
28
- ubuntu-latest
29
- java: ["11", "17"]
+ java: ["17", "21"]
30
31
steps:
32
- uses: actions/checkout@v5
0 commit comments