Skip to content

Commit

Permalink
Merge pull request #9312 from Fryguy/lock_ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie authored Nov 20, 2024
2 parents be8b759 + cae92a2 commit 0dcf83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.1'
- '3.3'
node-version:
- 18
Expand Down Expand Up @@ -63,6 +62,7 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.test-suite == 'spec' }}
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' &&
matrix.test-suite == 'spec' }}"
continue-on-error: true
uses: paambaati/codeclimate-action@v5

0 comments on commit 0dcf83f

Please sign in to comment.