From 4c993679016d803dda1cb244325dc7645fa80c9d Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 19 Jun 2024 20:00:40 +0200 Subject: [PATCH] Run 2.13 rather than 2.12 tests on Java 17 CI job (#1382) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9ad19d1..191b48af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: SCALA: 2.13.14 - OS: ubuntu-latest JDK: 17 - SCALA: 2.12.19 + SCALA: 2.13.14 steps: - uses: actions/checkout@v4 with: