Skip to content

Commit

Permalink
CI: Update Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Nov 11, 2023
1 parent 03492f3 commit a40187c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
- run: bundle install && bundle exec rake test:rails
name: "rake test:rails RAILS=7.0.7"
env:
RAILS: 7.0.7
RAILS: 7.0.8
- run: bundle install && bundle exec rake test:rails
name: "rake test:rails RAILS=7.1.0"
env:
RAILS: 7.1.0
RAILS: 7.1.2
- run: bundle install && bundle exec rake test:rails
name: "rake test:rails RAILS=main"
env:
Expand Down

0 comments on commit a40187c

Please sign in to comment.