Skip to content

Commit 8706047

Browse files
authored
Merge pull request #365 from cucumber/java21
📦 ci: add JDK21 in list of tested versions
2 parents 365001d + 54549c1 commit 8706047

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- 8.0
2222
- 11
2323
- 17
24+
- 21
2425
runs-on: ${{ matrix.os }}
2526
steps:
2627

.github/workflows/version-policy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ ubuntu-latest ]
1515
java:
16-
- 11
16+
- 21
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919

0 commit comments

Comments
 (0)