Skip to content

Commit 22947e0

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ 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

gemfiles/Gemfile.activesupport-7.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
22

33
gemspec :path => '..'
44

5-
gem 'activesupport', '~> 7.1'
5+
gem 'activesupport', '~> 7.2'

0 commit comments

Comments
 (0)