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 319ce2a commit cb1857eCopy full SHA for cb1857e
1 file changed
.github/workflows/ci.yml
@@ -44,6 +44,13 @@ jobs:
44
- uses: actions/checkout@v3
45
- name: Set up Ruby ${{ matrix.ruby }}
46
uses: ruby/setup-ruby@v1
47
+ if: matrix.ruby == '2.5'
48
+ with:
49
+ ruby-version: ${{ matrix.ruby }}
50
+ bundler-cache: true # 'bundle install' and cache
51
+ - name: Set up Ruby ${{ matrix.ruby }}
52
+ uses: ruby/setup-ruby@v1
53
+ if: matrix.ruby != '2.5'
54
with:
55
ruby-version: ${{ matrix.ruby }}
56
bundler-cache: true # 'bundle install' and cache
0 commit comments