diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 459af63..59d23b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.19, 2.13.14, 3.4.2] + scala: [2.11.12, 2.12.19, 2.13.14, 3.4.3] java: [temurin@11, temurin@17] runs-on: ${{ matrix.os }} steps: