diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f446cbb..628132d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,27 +11,27 @@ jobs: matrix: channel: ['stable'] include: - - gemfile: rails_5_2 + - gemfile: activesupport_5_2 ruby: 2.7 - - gemfile: rails_6_1 + - gemfile: activesupport_6_1 ruby: 3.1 - - gemfile: rails_7_0 + - gemfile: activesupport_7_0 ruby: 3.0 - - gemfile: rails_7_0 + - gemfile: activesupport_7_0 ruby: 3.1 - - gemfile: rails_7_1 + - gemfile: activesupport_7_1 ruby: 3.1 - - gemfile: rails_7_1 + - gemfile: activesupport_7_1 ruby: 3.2 - - gemfile: rails_7_2 + - gemfile: activesupport_7_2 ruby: 3.1 - - gemfile: rails_7_2 + - gemfile: activesupport_7_2 ruby: 3.2 - - gemfile: rails_8_0 + - gemfile: activesupport_8_0 ruby: 3.2 - - gemfile: rails_8_0 + - gemfile: activesupport_8_0 ruby: 3.3 - - gemfile: rails_8_0 + - gemfile: activesupport_8_0 ruby: 3.4 steps: - uses: actions/checkout@v4 diff --git a/Appraisals b/Appraisals index 967fb6b..9d50220 100644 --- a/Appraisals +++ b/Appraisals @@ -21,3 +21,7 @@ end appraise "activesupport_7_2" do gem "activesupport", "~> 7.2.0" end + +appraise "activesupport_8_0" do + gem "activesupport", "~> 8.0.0" +end