From 2b88170bf5d2bc2de34fe83b300244f59902dbe3 Mon Sep 17 00:00:00 2001 From: Jozef Koval Date: Sat, 15 Mar 2025 22:02:38 +0100 Subject: [PATCH] Update scala version in github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}