Skip to content

Commit

Permalink
Add Rails 7.1 Gemfile to Github Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Feb 28, 2024
1 parent d0642e5 commit 623fae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
ruby: '2.7'
- gemfile: rails-7.0
ruby: '3.0'
- gemfile: rails-7.1
ruby: '3.2'
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 623fae3

Please sign in to comment.