From 81765948a65e6a58985920f33b838b0520ce332c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Korb?= Date: Fri, 26 Dec 2025 11:27:56 +0100 Subject: [PATCH] Add Ruby 3.4 to CI --- .github/workflows/build-and-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 7617dfc..1603e0a 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - ruby: ['2.7', '3.0', '3.1', '3.2', '3.3'] + ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4'] runs-on: ${{ matrix.os }} steps: - name: Checkout repository @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - ruby: ['2.7', '3.0', '3.1', '3.2', '3.3'] + ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4'] runs-on: ${{ matrix.os }} steps: - name: Checkout repository