Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Remove JDK 8 and include JDK 21 in testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-hudspith committed Oct 2, 2024
1 parent ac5290c commit 6737269
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 @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['8', '11', '17']
java: ['11', '17', '21']
scala: ['2.12.19', '2.13.14', '3.3.3']
platform: ['JVM', 'JS', 'Native']
steps:
Expand Down

0 comments on commit 6737269

Please sign in to comment.