From 2be70d1976a3522fe7f36cb521cda833ec6468fe Mon Sep 17 00:00:00 2001 From: calvinlfer Date: Mon, 2 Sep 2024 15:25:34 -0400 Subject: [PATCH] Update CI workflow --- .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 ebb8659..7a0587e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: fail-fast: false matrix: java: ['adopt@1.8', 'adopt@1.11'] - scala: ['2.12.18', '2.13.11', '3.3.0'] + scala: ['2.12.19', '2.13.14', '3.3.3'] steps: - name: Checkout current branch uses: actions/checkout@v2.3.4