From 2b26ea348cdf49d134b7d819eb6f1c2d59632a93 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 3 Jun 2024 11:09:54 +0200 Subject: [PATCH] WHAT --- .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 08553c1..944ad11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['3.0', '3.1', '3.2', '3.3', 'jruby'] + ruby-version: ['3.3', 'jruby'] steps: - uses: actions/checkout@v4