diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9ad3c1..51177c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - java: [8] + java: [17] scala: [3.next] runs-on: ubuntu-latest if: "github.event_name == 'schedule' && github.repository == 'scala/scala-parallel-collections'