Skip to content

Commit 7ed13e5

Browse files
authored
Merge pull request #147 from Philippus/add-jdk-21-to-matrix
Add java 21 to build matrix
2 parents 4859970 + 09792c0 commit 7ed13e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)