Skip to content

Commit

Permalink
Don't test against Rails 7.1 yet, no stable gems out
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski committed Sep 19, 2022
1 parent 6c0441e commit 4e41847
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: ['4.2.7', '5.1.0', '5.2.0', '6.0.0', '6.1.0', '7.0', '7.1']
rails_version: ['4.2.7', '5.1.0', '5.2.0', '6.0.0', '6.1.0', '7.0']
ruby-version: ['2.6', '2.7', '3.0', '3.1']
exclude:
- ruby-version: '3.0'
Expand All @@ -53,8 +53,6 @@ jobs:
rails_version: '6.1'
- ruby-version: '2.6'
rails_version: '7.0'
- ruby-version: '2.6'
rails_version: '7.1'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit 4e41847

Please sign in to comment.