Skip to content

Commit

Permalink
Merge pull request #147 from Philippus/add-jdk-21-to-matrix
Browse files Browse the repository at this point in the history
Add java 21 to build matrix
  • Loading branch information
Philippus authored May 23, 2024
2 parents 4859970 + 09792c0 commit 7ed13e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build and Run
strategy:
matrix:
java-version: [8, 11, 17]
java-version: [8, 11, 17, 21]
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
Expand Down

0 comments on commit 7ed13e5

Please sign in to comment.