From 10d378e01074e02617c5ebb22481a594d5a7319b Mon Sep 17 00:00:00 2001 From: jhurd2326 Date: Thu, 18 Jul 2024 12:06:13 -0600 Subject: [PATCH] Remove rails main --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d447c5..0eae6f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,11 +27,6 @@ jobs: - name: Lint run: bundle exec rake lint - - name: Test against rails main - run: | - bundle exec appraisal rails-main bundle install - bundle exec appraisal rails-main rake test - - name: Test against rails 7.0 run: | bundle exec appraisal rails-7-0 bundle install