Skip to content

Commit 09792c0

Browse files
committed
Add java 21 to build matrix
1 parent 4859970 commit 09792c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build and Run
1313
strategy:
1414
matrix:
15-
java-version: [8, 11, 17]
15+
java-version: [8, 11, 17, 21]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout current branch (full)

0 commit comments

Comments
 (0)