Skip to content

Commit

Permalink
add rails versions to github actions matrix strategy
Browse files Browse the repository at this point in the history
Co-authored-by: Perry Hertler <[email protected]>
  • Loading branch information
schoblaska and perryqh committed Nov 22, 2023
1 parent 545fe59 commit f7f84d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ jobs:
- '3.0'
- 3.1
- head
rails:
- "7.0"
- 6.1
env:
BUNDLE_GEMFILE: Gemfile
name: "RSpec tests: Ruby ${{ matrix.ruby }}"
RAILS_VERSION: ${{ matrix.rails }}
name: "RSpec tests: Ruby ${{ matrix.ruby }}; Rails ${{ matrix.rails }}"
steps:
- uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
- name: Set up Ruby ${{ matrix.ruby }}
Expand Down

0 comments on commit f7f84d6

Please sign in to comment.