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 015e589 commit d92ce37Copy full SHA for d92ce37
.github/workflows/test.yml
@@ -149,8 +149,8 @@ jobs:
149
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
150
steps:
151
- uses: actions/checkout@v3
152
- - name: Setup Bundler 1.x for Rails 4.x
153
- if: ${{ matrix.gemfile == 'gemfiles/Gemfile-rails-4-1' || matrix.gemfile == 'gemfiles/Gemfile-rails-4-2' }}
+ - name: Setup Bundler 1.x for Rails 4.x and Ruby <= 2.2
+ if: ${{ matrix.gemfile == 'gemfiles/Gemfile-rails-4-1' || matrix.gemfile == 'gemfiles/Gemfile-rails-4-2' || matrix.ruby <= '2.2' }}
154
run: echo "BUNDLER_VERSION=1.17.3" >> $GITHUB_ENV
155
- name: Setup Rubygems version as default for Ruby < 2.5
156
if: ${{ matrix.ruby < '2.5' }}
0 commit comments