Skip to content

Commit f1ef196

Browse files
committed
Update dependencies matrix to last ruby and active support minor versions
1 parent f21e142 commit f1ef196

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,21 @@ jobs:
88
matrix:
99
ruby_version:
1010
- 2.7.8
11-
- 3.0.6
12-
- 3.1.4
13-
- 3.2.2
14-
- 3.3.0
15-
- jruby-9.4.5.0
11+
- 3.0.7
12+
- 3.1.6
13+
- 3.2.6
14+
- 3.3.6
15+
- jruby-9.4.9.0
1616
gemfile:
1717
- gemfiles/Gemfile.activesupport-5.x
1818
- gemfiles/Gemfile.activesupport-6.x
19-
- gemfiles/Gemfile.activesupport-7.x
20-
19+
- gemfiles/Gemfile.activesupport-7.1.x
20+
- gemfiles/Gemfile.activesupport-7.2.x
21+
exclude:
22+
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
23+
ruby_version: 2.7.8
24+
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
25+
ruby_version: 3.0.7
2126
env:
2227
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
2328
steps:

gemfiles/Gemfile.activesupport-7.2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source 'https://rubygems.org'
2+
3+
gemspec :path => '..'
4+
5+
gem 'activesupport', '~> 7.2'

0 commit comments

Comments
 (0)