Skip to content

Commit

Permalink
test: Test new Ruby and Rails versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarnett committed Aug 13, 2024
1 parent 4303c75 commit 4e7d70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7.5', '3.0.3', '3.1.0']
appraisal: ['rails_6.1', 'rails_7.0']
ruby: ['2.7.8', '3.0.7', '3.1.6', '3.2.5']
appraisal: ['rails_6.1', 'rails_7.0', 'rails_7.1', 'rails_7.2']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit 4e7d70f

Please sign in to comment.