Skip to content

Commit

Permalink
Fix GitHub testing workflow (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonvirissimo authored Dec 25, 2024
1 parent a3c7907 commit d829954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
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

0 comments on commit d829954

Please sign in to comment.