.github/workflows/tests.yml in active_recall-2.0.2 vs .github/workflows/tests.yml in active_recall-2.1.0

- old
+ new

@@ -17,12 +17,10 @@ matrix: os: - macos - ubuntu ruby: - - 3.0 - - 3.1 - 3.2 - 3.3 allow_failures: - false env: @@ -38,13 +36,11 @@ with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Install Appraisal Dependencies run: bundle exec appraisal install - - name: Test with Rails 6.0 - run: bundle exec appraisal rails-6-0 rake spec - - name: Test with Rails 6.1 - run: bundle exec appraisal rails-6-1 rake spec - name: Test with Rails 7.0 run: bundle exec appraisal rails-7-0 rake spec - - name: Test with Rails 7.0 - run: bundle exec appraisal rails-7-0 rake spec + - name: Test with Rails 7.1 + run: bundle exec appraisal rails-7-1 rake spec + - name: Test with Rails 8.0 + run: bundle exec appraisal rails-8-0 rake spec