From 93ce76fbcc0ead0370d93de78cbef3a5607c697c Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 29 Aug 2022 21:57:21 +1000 Subject: [PATCH] Adds Rails 7 to the test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0fbc7ba..fced314 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: ruby: [2.6, 2.7, 3.0, 3.1, head] - rails: [4.2.11.3, 5.0.7.2, 5.1.7, 5.2.4.4, 6.0.3.4, 6.1.0] + rails: [4.2.11.3, 5.0.7.2, 5.1.7, 5.2.4.4, 6.0.3.4, 6.1.0, 7.0.3.1] exclude: # Ruby 3.0 and Rails 5 do not get along together. - ruby: 3.0