From 4d506ed98de25a3450e7e9be3f20747c4383f3f2 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sat, 28 Dec 2024 00:36:51 -0800 Subject: [PATCH] Add Ruby 3.4 to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1649743..26cab5b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: # Test against all versions supported by rubygems - ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4.0-preview2"] + ruby_version: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "head"] sys: - os: ubuntu-latest rust_toolchain: ${{ needs.fetch_ci_data.outputs.minimum-supported-rust-version }}