We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303ef33 commit 188c301Copy full SHA for 188c301
2 files changed
.github/workflows/ci.yml
@@ -21,11 +21,8 @@ jobs:
21
name: Ruby ${{ matrix.ruby }} - Rails ${{ matrix.rails }}
22
strategy:
23
matrix:
24
- ruby: [3.1, 3.2, 3.3, 3.4]
+ ruby: [3.2, 3.3, 3.4]
25
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+
29
env:
30
RUBY_VERSION: ${{ matrix.ruby }}
31
RAILS_VERSION: ${{ matrix.rails }}
@@ -39,4 +36,4 @@ jobs:
39
36
- name: Install dependencies
40
37
run: bundle exec appraisal install
41
38
- name: Run specs
42
- run: bundle exec appraisal ${{ matrix.rails }} rspec
+ run: bundle exec appraisal ${{ matrix.rails }} rspec
README.md
@@ -14,7 +14,6 @@ Tested in:
14
15
Against Ruby versions:
16
17
-- 3.1
18
- 3.2
19
- 3.3
20
- 3.4
0 commit comments