Skip to content

Commit 33aa76b

Browse files
committed
java: Test and release against JDK 17 and 21
1 parent d8ffef3 commit 33aa76b

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
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os:
2828
- ubuntu-latest
29-
java: ["11", "17"]
29+
java: ["17", "21"]
3030

3131
steps:
3232
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)