Skip to content

Commit

Permalink
📦 ci: add JDK21 in list of tested versions + default for version poli…
Browse files Browse the repository at this point in the history
…cy check
  • Loading branch information
gaeljw committed Nov 27, 2023
1 parent 365001d commit 54549c1
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 54549c1

Please sign in to comment.