From 55a17ec55db05581ca28e6d7c6645ad009ed35c0 Mon Sep 17 00:00:00 2001 From: Paul Mucur Date: Tue, 21 May 2024 21:16:53 +0100 Subject: [PATCH] Test against Ruby 3.4 Now Ruby 3.4.0-preview1 is available, add it to the build matrix for Ubuntu and macOS (prerelease versions are not generally available for Windows). --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 62fbb2e..34e699f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -134,7 +134,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"] + ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"] sys: ["enable", "disable"] runs-on: "ubuntu-latest" steps: @@ -157,7 +157,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"] + ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"] sys: ["enable", "disable"] runs-on: "macos-13" steps: