Skip to content

Commit

Permalink
Update dependencies matrix to last ruby and active support minor vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
Intrepidd committed Nov 24, 2024
1 parent f21e142 commit f1ef196
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ jobs:
matrix:
ruby_version:
- 2.7.8
- 3.0.6
- 3.1.4
- 3.2.2
- 3.3.0
- jruby-9.4.5.0
- 3.0.7
- 3.1.6
- 3.2.6
- 3.3.6
- jruby-9.4.9.0
gemfile:
- gemfiles/Gemfile.activesupport-5.x
- gemfiles/Gemfile.activesupport-6.x
- gemfiles/Gemfile.activesupport-7.x

- gemfiles/Gemfile.activesupport-7.1.x
- gemfiles/Gemfile.activesupport-7.2.x
exclude:
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
ruby_version: 2.7.8
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
ruby_version: 3.0.7
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions gemfiles/Gemfile.activesupport-7.2.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 7.2'

0 comments on commit f1ef196

Please sign in to comment.