From ac52400955181e51b00350876fd5179b81d91d8f Mon Sep 17 00:00:00 2001 From: jules Ivanic Date: Sat, 27 May 2023 16:25:02 +0400 Subject: [PATCH] Try fix CI --- .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 c70522e23d..6fdfdb8bd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,8 @@ jobs: scala_short: 213 scala_short_dot: 2.13 - scala: 3.2.x - scala_short: 30 - scala_short_dot: 3.0 + scala_short: 32 + scala_short_dot: 3.2 exclude: # For now, only do the `base` build for Scala 3 - scala: 3.2.x