diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7dc37dc..956778f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: os: [ 'ubuntu-18.04' ] ruby: [ '2.7', '3.0', '3.1', '3.2' ] - rails: [ '5_0', '5_1', '5_2', '6_0', '6_1', '7_0' ] + rails: [ '5_0', '5_1', '5_2', '6_0', '6_1', '7_0', '7_1' ] database: [ 'mysql2', 'postgresql' ] sphinx_version: [ '2.2.11', '3.4.1' ] sphinx_engine: [ 'sphinx' ] @@ -75,7 +75,7 @@ jobs: fail-fast: false matrix: ruby: [ '2.7', '3.0', '3.1', '3.2' ] - rails: [ '5_0', '5_1', '5_2', '6_0', '6_1', '7_0' ] + rails: [ '5_0', '5_1', '5_2', '6_0', '6_1', '7_0', '7_1' ] database: [ 'mysql2', 'postgresql' ] sphinx_version: [ '4.0.2', '6.0.0' ] sphinx_engine: [ 'manticore' ] diff --git a/Appraisals b/Appraisals index 1dc1d01f..59cda54c 100644 --- a/Appraisals +++ b/Appraisals @@ -45,3 +45,9 @@ appraise 'rails_7_0' do gem 'mysql2', '~> 0.5.0', :platform => :ruby gem 'pg', '~> 1.0', :platform => :ruby end if RUBY_PLATFORM != 'java' && RUBY_VERSION.to_f >= 2.7 + +appraise 'rails_7_1' do + gem 'rails', '~> 7.1.0' + gem 'mysql2', '~> 0.5.0', :platform => :ruby + gem 'pg', '~> 1.0', :platform => :ruby +end if RUBY_PLATFORM != 'java' && RUBY_VERSION.to_f >= 2.7