Skip to content

Commit

Permalink
(ci): Support Java 21 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
drmarjanovic authored Feb 8, 2024
1 parent 769728d commit 3eb6d86
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ "11", "17" ]
scala: [ "2.12.18", "2.13.12", "3.3.1" ]
java:
- '11'
- '17'
- '21'
scala:
- '2.12.18'
- '2.13.12'
- '3.3.1'
steps:
- name: Checkout current branch
uses: actions/[email protected]
Expand Down

0 comments on commit 3eb6d86

Please sign in to comment.