Skip to content

Commit 2441e73

Browse files
committed
java: Test and release against JDK 17 and 21
1 parent 7e0ac77 commit 2441e73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-java@v5
1515
with:
1616
distribution: 'temurin'
17-
java-version: '11'
17+
java-version: '17'
1818
cache: 'maven'
1919
- uses: cucumber/[email protected]
2020
with:

.github/workflows/test-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os:
1919
- ubuntu-latest
20-
java: ['11', '17']
20+
java: ['17', '21']
2121
include:
2222
- os: windows-latest
2323
java: '17'

0 commit comments

Comments
 (0)