From 35ee9bb62e22eca15016dc9d93695d47cee5a022 Mon Sep 17 00:00:00 2001 From: Beshad Talayeminaei Date: Sat, 21 Sep 2024 12:08:30 -0400 Subject: [PATCH 1/2] Expand Ruby 3.2 CI matrix --- .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 f4da0ab..445b323 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ["2.7", "3.0", "3.1"] + ruby: ["2.7", "3.0", "3.1", "3.2"] gemfile: - activemodel-6.0 - activemodel-6.1 @@ -22,7 +22,6 @@ jobs: - { ruby: "2.4", gemfile: "activemodel-4.2" } - { ruby: "2.5", gemfile: "activemodel-5.2" } - { ruby: "2.6", gemfile: "activemodel-6.1" } - - { ruby: "3.2", gemfile: "activemodel-7.0" } - { ruby: "3.3", gemfile: "activemodel-7.1" } env: From 61e52f73b8635e01394afc628d7112655a753597 Mon Sep 17 00:00:00 2001 From: Beshad Talayeminaei Date: Sat, 21 Sep 2024 12:10:46 -0400 Subject: [PATCH 2/2] Expand Ruby 3.3 CI matrix --- .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 445b323..a111f63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ["2.7", "3.0", "3.1", "3.2"] + ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"] gemfile: - activemodel-6.0 - activemodel-6.1