Skip to content

Commit

Permalink
test: Update ActiveSupport matrices
Browse files Browse the repository at this point in the history
- No longer support EOL'ed 6.1
- Support maintained versions (7.1.x, 7.2.x)
  • Loading branch information
mishina2228 committed Dec 27, 2024
1 parent 0e50e84 commit 95a10d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
active_support_version:
- latest
include:
- ruby: 3.3
active_support_version: ~> 6.1.x
- ruby: 3.3
active_support_version: ~> 7.0.x
- ruby: 3.3
active_support_version: ~> 7.1.x
- ruby: 3.3
active_support_version: ~> 7.2.x
env:
ACTIVE_SUPPORT_VERSION: ${{ matrix.active_support_version }}
RUBYOPT: ${{ matrix.ruby_version == 'ruby-head' && '-W:deprecated' || '' }}
Expand Down

0 comments on commit 95a10d4

Please sign in to comment.