From 121132c7f50a1cd496d7eda5b5e9cc595c5cba43 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Wed, 20 Nov 2024 20:56:56 -0600 Subject: [PATCH] ci: exclude incidental failure in old Ruby/Rails --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b8e828a6..b322ef42 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,6 +25,8 @@ jobs: exclude: - ruby: 2.7.2 rails: 5.0.7.2 + - ruby: 2.6.6 + rails: 5.0.7.2 - ruby: 2.7.2 rails: 4.2.11 - ruby: 2.6.6 @@ -41,4 +43,4 @@ jobs: - name: Install dependencies run: bundle install --jobs 4 --retry 3 - name: Run tests - run: bundle exec rake test \ No newline at end of file + run: bundle exec rake test