diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a74a1eb..5aaaeb77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.5, 2.13.13, 2.12.20, 2.11.12] + scala: [3.3.5, 2.13.16, 2.12.20, 2.11.12] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -64,7 +64,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.5, 2.13.13] + scala: [3.3.5, 2.13.16] java: [adopt@1.8] node-version: [16.x] runs-on: ${{ matrix.os }}