Skip to content

Commit 188c301

Browse files
committed
Remove support for 3.1
1 parent 303ef33 commit 188c301

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ jobs:
2121
name: Ruby ${{ matrix.ruby }} - Rails ${{ matrix.rails }}
2222
strategy:
2323
matrix:
24-
ruby: [3.1, 3.2, 3.3, 3.4]
24+
ruby: [3.2, 3.3, 3.4]
2525
rails: [rails_7.0, rails_7.1, rails_8.0]
26-
exclude:
27-
- ruby: 3.1
28-
rails: rails_8.0 # Rails 8 requires Ruby 3.2+
2926
env:
3027
RUBY_VERSION: ${{ matrix.ruby }}
3128
RAILS_VERSION: ${{ matrix.rails }}
@@ -39,4 +36,4 @@ jobs:
3936
- name: Install dependencies
4037
run: bundle exec appraisal install
4138
- name: Run specs
42-
run: bundle exec appraisal ${{ matrix.rails }} rspec
39+
run: bundle exec appraisal ${{ matrix.rails }} rspec

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Tested in:
1414

1515
Against Ruby versions:
1616

17-
- 3.1
1817
- 3.2
1918
- 3.3
2019
- 3.4

0 commit comments

Comments
 (0)