Skip to content

Commit 760fbda

Browse files
committed
CI: Scala Next requires JDK 17 now
1 parent a2cd341 commit 760fbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
java: [8]
37+
java: [17]
3838
scala: [3.next]
3939
runs-on: ubuntu-latest
4040
if: "github.event_name == 'schedule' && github.repository == 'scala/scala-parallel-collections'

0 commit comments

Comments
 (0)