Skip to content

Commit 54549c1

Browse files
committed
📦 ci: add JDK21 in list of tested versions + default for version policy check
1 parent 365001d commit 54549c1

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)