From 745725b03d06edc7ed8323474949042d351c128c Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Fri, 3 Jan 2025 21:24:44 +0100 Subject: [PATCH] Add 3.4 to CI, remove 3.0 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0daa868..bc1f60b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,12 +26,12 @@ jobs: fail-fast: false matrix: ruby: + - "3.4" - "3.3" - "3.2" - "3.1" - - "3.0" include: - - ruby: "3.2" + - ruby: "3.4" coverage: "true" env: COVERAGE: ${{matrix.coverage}} @@ -62,7 +62,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0 + ruby-version: 3.1 - name: Install dependencies run: gem install ossy --no-document - name: Trigger release workflow