Skip to content

Commit

Permalink
Merge pull request #22765 from Fryguy/fix_ci_yaml
Browse files Browse the repository at this point in the history
Fix ci.yaml syntax error
  • Loading branch information
kbrock authored Oct 31, 2023
2 parents 6988a18 + e5dc761 commit 8d9418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby-version }}"
ruby-gems: "${{ matrix.ruby-version == '2.7' && 'latest' || default' }}"
rubygems: "${{ matrix.ruby-version == '2.7' && 'latest' || 'default' }}"
bundler-cache: true
timeout-minutes: 30
- name: Prepare tests
Expand Down

0 comments on commit 8d9418e

Please sign in to comment.