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 7e0ac77 commit 2441e73Copy full SHA for 2441e73
.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
@@ -17,7 +17,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- java: ['11', '17']
+ java: ['17', '21']
21
include:
22
- os: windows-latest
23
java: '17'
0 commit comments