Skip to content

Commit

Permalink
Remove Java 1.8 from the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed May 9, 2024
1 parent 7aba6bb commit bdba905
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 @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['adopt@1.8', 'adopt@1.11']
java: ['[email protected]']
scala: ['2.12.19', '2.13.13', '3.3.3']
platform: ['JVM', 'JS']
steps:
Expand Down

0 comments on commit bdba905

Please sign in to comment.