Skip to content

Commit

Permalink
Test ActiveSupport 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie committed Aug 22, 2024
1 parent 310a02a commit 5a3636b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ jobs:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }} / ${{ matrix.gemfile }}
strategy:
fail-fast: false
matrix:
gemfile:
- Gemfile
- gemfiles/activesupport_6.1.gemfile
- gemfiles/activesupport_7.0.gemfile
- gemfiles/activesupport_7.1.gemfile
- gemfiles/activesupport_7.2.gemfile
- gemfiles/activesupport_edge.gemfile
ruby: ["3.0", "3.1", "3.2", "3.3"]
exclude:
- gemfile: gemfiles/activesupport_7.2.gemfile
ruby: "3.0"
- gemfile: gemfiles/activesupport_edge.gemfile
ruby: "3.0"
env:
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/activesupport_7.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

@activesupport_gem_requirement = "~> 7.2.0"

eval_gemfile "../Gemfile"

0 comments on commit 5a3636b

Please sign in to comment.