Skip to content

Commit

Permalink
Merge branch 'main' into fix-ruby-3.3-require
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy authored Oct 28, 2024
2 parents 86cfd43 + 348b7fe commit 9c78891
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- activesupport_6.1
- activesupport_7.0
- activesupport_7.1
- activesupport_7.2
exclude:
- ruby-version: '2.5'
activesupport-version: activesupport_7.0
Expand All @@ -26,6 +27,14 @@ jobs:
activesupport-version: activesupport_7.1
- ruby-version: '2.6'
activesupport-version: activesupport_7.1
- ruby-version: '2.5'
activesupport-version: activesupport_7.2
- ruby-version: '2.6'
activesupport-version: activesupport_7.2
- ruby-version: '2.7'
activesupport-version: activesupport_7.2
- ruby-version: '3.0'
activesupport-version: activesupport_7.2
fail-fast: false

env:
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ end
appraise "activesupport_7.1" do
gem "activesupport", "~> 7.1.0"
end

appraise "activesupport_7.2" do
gem "activesupport", "~> 7.2.0"
end
7 changes: 7 additions & 0 deletions gemfiles/activesupport_7.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activesupport", "~> 7.2.0"

gemspec path: "../"

0 comments on commit 9c78891

Please sign in to comment.