We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ef196 commit 02a723cCopy full SHA for 02a723c
.github/workflows/build.yml
@@ -18,11 +18,16 @@ jobs:
18
- gemfiles/Gemfile.activesupport-6.x
19
- gemfiles/Gemfile.activesupport-7.1.x
20
- gemfiles/Gemfile.activesupport-7.2.x
21
+ - gemfiles/Gemfile.activesupport-8.x
22
exclude:
23
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
- ruby_version: 2.7.8
24
- - gemfile: gemfiles/Gemfile.activesupport-7.2.x
25
- ruby_version: 3.0.7
+ ruby_version:
+ - 2.7.8
26
+ - 3.0.7
27
+ - gemfile: gemfiles/Gemfile.activesupport-8.x
28
29
30
31
env:
32
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
33
steps:
gemfiles/Gemfile.activesupport-8.x
@@ -0,0 +1,5 @@
1
+source 'https://rubygems.org'
2
+
3
+gemspec :path => '..'
4
5
+gem 'activesupport', '~> 8.0'
0 commit comments