Skip to content

Commit

Permalink
Use Rails 7.1 with Ruby head in turbo-rails CI (puma#3320)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuay03 committed Feb 1, 2024
1 parent 3ae0081 commit c2aa737
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/turbo-rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
- { os: ubuntu-20.04 , ruby: '3.1', rails: '7.0' }
- { os: ubuntu-20.04 , ruby: '3.2', rails: '7.0' }
- { os: ubuntu-22.04 , ruby: '3.3', rails: '7.0' }
- { os: ubuntu-22.04 , ruby: head , rails: '7.0' }
- { os: ubuntu-20.04 , ruby: '3.1', rails: '7.1' }
- { os: ubuntu-20.04 , ruby: '3.2', rails: '7.1' }
- { os: ubuntu-22.04 , ruby: '3.3', rails: '7.1' }
- { os: ubuntu-22.04 , ruby: head , rails: '7.1' }
env:
CI: true
RAILS_VERSION: "${{ matrix.rails }}"
Expand Down

0 comments on commit c2aa737

Please sign in to comment.