Skip to content

Commit

Permalink
Merge pull request #365 from cucumber/java21
Browse files Browse the repository at this point in the history
📦 ci: add JDK21 in list of tested versions
  • Loading branch information
gaeljw authored Nov 27, 2023
2 parents 365001d + 54549c1 commit 8706047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- 8.0
- 11
- 17
- 21
runs-on: ${{ matrix.os }}
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-policy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
java:
- 11
- 21
runs-on: ${{ matrix.os }}
steps:

Expand Down

0 comments on commit 8706047

Please sign in to comment.