Skip to content

Commit

Permalink
CI Matrix updates
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Sep 4, 2024
1 parent 536716a commit cfa3920
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ jobs:
matrix:
ruby: ['2.7', '3.0', '3.1']
rails: ['6.1', '7.0', 'edge']
exclude:
- ruby: '2.7'
rails: 'edge'
- ruby: '3.0'
rails: 'edge'
env:
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile
name: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit cfa3920

Please sign in to comment.