Skip to content

Commit 4e41847

Browse files
committed
Don't test against Rails 7.1 yet, no stable gems out
1 parent 6c0441e commit 4e41847

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
rails_version: ['4.2.7', '5.1.0', '5.2.0', '6.0.0', '6.1.0', '7.0', '7.1']
29+
rails_version: ['4.2.7', '5.1.0', '5.2.0', '6.0.0', '6.1.0', '7.0']
3030
ruby-version: ['2.6', '2.7', '3.0', '3.1']
3131
exclude:
3232
- ruby-version: '3.0'
@@ -53,8 +53,6 @@ jobs:
5353
rails_version: '6.1'
5454
- ruby-version: '2.6'
5555
rails_version: '7.0'
56-
- ruby-version: '2.6'
57-
rails_version: '7.1'
5856
steps:
5957
- uses: actions/checkout@v2
6058
- name: Set up Ruby

0 commit comments

Comments
 (0)