Skip to content

Commit 0247b20

Browse files
authored
Merge pull request #938 from Fryguy/lock_ruby
2 parents ed619cf + 34c295a commit 0247b20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
ruby-version:
15-
- '3.1'
1615
- '3.3'
1716
services:
1817
postgres:
@@ -44,6 +43,6 @@ jobs:
4443
- name: Run tests
4544
run: bundle exec rake
4645
- name: Report code coverage
47-
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}
46+
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}"
4847
continue-on-error: true
4948
uses: paambaati/codeclimate-action@v9

0 commit comments

Comments
 (0)