Skip to content

Commit

Permalink
ci: add Java 21 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Nov 1, 2023
1 parent 30cd028 commit d6670fa
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 @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [17]
java: [17, 21]
scala: [3.3.1]
fail-fast: false
steps:
Expand Down

0 comments on commit d6670fa

Please sign in to comment.