From 4ee00c9a087b3b40c864d616b3cac50fd850fe9a Mon Sep 17 00:00:00 2001 From: Simon Fish Date: Wed, 21 Aug 2024 09:26:51 +0100 Subject: [PATCH] Loosen version constraint for coverage --- .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 4f790203c..f93e6e8c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,4 +132,4 @@ jobs: run: | bundle exec rake coverage:report env: - RAILS_VERSION: '~> 7.1.0' + RAILS_VERSION: '~> 7'