Skip to content

Commit aa4ecda

Browse files
committed
Drop support for ruby 3.1, rails 6.1
1 parent d1f348f commit aa4ecda

File tree

9 files changed

+649
-923
lines changed

9 files changed

+649
-923
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
# Rails 8.0 depends on Ruby >= 3.2
19-
ruby-version: ['3.1', '3.2', '3.3']
20-
gemfile: [ rails_6.1, rails_7.0, rails_7.1, rails_7.2, rails_8.0 ]
21-
exclude:
22-
- ruby-version: '3.1'
23-
gemfile: rails_8.0
18+
ruby-version: ['3.2', '3.3', '3.4']
19+
gemfile: [rails_7.0, rails_7.1, rails_7.2, rails_8.0 ]
2420
env:
2521
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2622
steps:
@@ -33,7 +29,7 @@ jobs:
3329
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3430

3531
- name: Run linter
36-
if: matrix.ruby-version == '3.3' && matrix.gemfile == 'rails_7.2'
32+
if: matrix.ruby-version == '3.2' && matrix.gemfile == 'rails_7.2'
3733
run: bundle exec rubocop
3834

3935
- name: Run tests

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.3.6
1+
ruby 3.2.7

gemfiles/rails_6.1.gemfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)