From f886f87913fe6b41258ec1ff9a3471472a1e71a7 Mon Sep 17 00:00:00 2001 From: Gareth Jones <3151613+G-Rath@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:28:59 +1300 Subject: [PATCH] ci: run on Ruby 3.2 instead of head --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6337da1..0deb9ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, '3.0', 3.1, ruby-head] - continue-on-error: ${{ endsWith(matrix.ruby, 'head') }} + ruby: [2.7, '3.0', '3.1', '3.2'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2