From 66b2741e22e8ec92c1d3d22660d04555169a59e6 Mon Sep 17 00:00:00 2001 From: Pedro Carbajal Date: Wed, 25 Dec 2024 16:45:54 +0900 Subject: [PATCH] Update CI matrix to include Ruby 3.4 --- .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 d659fae..eb11137 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.0', 3.1, 3.2, 3.3, '3.4.0-preview2'] + ruby: ['3.0', 3.1, 3.2, 3.3, '3.4.0'] activerecord: [6.1, '7.0', 7.1, 7.2, '8.0'] exclude: - ruby: '3.0' @@ -23,9 +23,9 @@ jobs: activerecord: '8.0' - ruby: '3.1' activerecord: '8.0' - - ruby: '3.4.0-preview2' + - ruby: '3.4.0' activerecord: 6.1 - - ruby: '3.4.0-preview2' + - ruby: '3.4.0' activerecord: '7.0' runs-on: ubuntu-latest