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 49a456d commit 90e278bCopy full SHA for 90e278b
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@v3
33
34
- name: Remove Gemfile.lock
35
- if: (matrix.gemfile == 'Gemfile') && ((matrix.ruby == 'head' ) || (matrix.os == 'windows-latest' && matrix.ruby == '3.1'))
+ if: (matrix.gemfile == 'Gemfile') && (matrix.ruby == 'head' || matrix.os == 'windows-latest')
36
run: "rm ${{ matrix.gemfile }}.lock"
37
38
- name: Set up Ruby
0 commit comments