From ec02b2a0b5e1386bb445d2e17ad13d2bcca3dbfc Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Thu, 20 Jun 2024 13:21:29 -0500 Subject: [PATCH] Stop testing on versions that are precluded by gemspec --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6043e30..d73de0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,8 @@ jobs: - 7.0.3.1 - 7.1.1 include: - - ruby: '2.7.8' # Rails 6.0 will not run on Ruby 3 - rails_version: '6.0.5.1' - - ruby: '2.7.8' # Rails 5.2 will not run on Ruby 3 - rails_version: '5.2.8.1' - - ruby: '3.3.0' - rails_version: '7.1.1' + - ruby: "3.3.0" + rails_version: "7.1.1" steps: - uses: actions/checkout@v2 - name: Set up Ruby