Skip to content

Commit

Permalink
chore: add AS v8 appraisal and fix CI naming
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Dec 31, 2024
1 parent b34952e commit 1885f31
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1885f31

Please sign in to comment.