Skip to content

Commit ed888fd

Browse files
committed
Remove Ruby 2.6 x Gemfile matrix option
1 parent 0e23713 commit ed888fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
- ruby_version: 2.6
3939
gemfile: gemfiles/rails_7.gemfile
4040

41+
# Ruby 2.6.x is not supported by this Gemfile
42+
- ruby_version: 2.6
43+
gemfile: Gemfile
44+
4145
# JRuby is not supported by Rails 7.0.x
4246
- ruby_version: jruby
4347
gemfile: gemfiles/rails_7.gemfile

0 commit comments

Comments
 (0)