Skip to content

Commit 4f321f6

Browse files
committed
add jdk 21 to workflows
1 parent 8b7af21 commit 4f321f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bootjar_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
14-
java: [17]
14+
java: [17, 21]
1515

1616
steps:
1717
- name: Checkout code

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
operating-system: [ubuntu-latest, macOS-latest]
2121
# Use both LTS releases and latest one for tests
22-
jdk: [ 17 ]
22+
jdk: [ 17, 21 ]
2323
steps:
2424
- name: Checkout repo
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)