Skip to content

Commit 4124c15

Browse files
committed
Add Rails 7.1 to the test matrix
1 parent 66146b2 commit 4124c15

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
13-
rails: [ '5_0', '5_1', '5_2', '6_0', '6_1', '7_0' ]
13+
rails: [ '5_0', '5_1', '5_2', '6_0', '6_1', '7_0', '7_1' ]
1414
database: [ 'mysql2', 'postgresql' ]
1515
sphinx_version: [ '2.2.11', '3.4.1' ]
1616
sphinx_engine: [ 'sphinx' ]
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
77-
rails: [ '5_0', '5_1', '5_2', '6_0', '6_1', '7_0' ]
77+
rails: [ '5_0', '5_1', '5_2', '6_0', '6_1', '7_0', '7_1' ]
7878
database: [ 'mysql2', 'postgresql' ]
7979
sphinx_version: [ '4.0.2', '6.0.0' ]
8080
sphinx_engine: [ 'manticore' ]

Appraisals

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ appraise 'rails_7_0' do
4545
gem 'mysql2', '~> 0.5.0', :platform => :ruby
4646
gem 'pg', '~> 1.0', :platform => :ruby
4747
end if RUBY_PLATFORM != 'java' && RUBY_VERSION.to_f >= 2.7
48+
49+
appraise 'rails_7_1' do
50+
gem 'rails', '~> 7.1.0'
51+
gem 'mysql2', '~> 0.5.0', :platform => :ruby
52+
gem 'pg', '~> 1.0', :platform => :ruby
53+
end if RUBY_PLATFORM != 'java' && RUBY_VERSION.to_f >= 2.7

0 commit comments

Comments
 (0)