From 76e493dc92de02dde9a4559dc45e5ff37cc27565 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 27 Dec 2023 11:56:22 -0600 Subject: [PATCH 1/2] Add ruby 3.2 to the test matrix --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43af2c6..f1d4385 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,9 @@ jobs: - 6.0.5.1 - 6.1.6.1 - 7.0.3.1 + include: + - ruby: '3.2.2' + rails_version: '7.1.1' steps: - uses: actions/checkout@v2 - name: Set up Ruby From eb02f15c256011eb1a6e122b4534293c3570e735 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 27 Dec 2023 16:02:27 -0600 Subject: [PATCH 2/2] Add ruby 3.3 to the test matrix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1d4385..e709a4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: include: - ruby: '3.2.2' rails_version: '7.1.1' + - ruby: '3.3.0' + rails_version: '7.1.1' steps: - uses: actions/checkout@v2 - name: Set up Ruby