Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy committed Mar 8, 2024
1 parent f8654bd commit b375f17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ jobs:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
rails: ['6.1', '7.0', '7.1', 'edge']
exclude:
- ruby: '2.7'
rails: 'edge'
- ruby: '3.0'
- ruby: [ '2.7', '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 b375f17

Please sign in to comment.