Skip to content

Commit

Permalink
Merge pull request #769 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 cb1a7f7 + d4cfe09 commit beba349
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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'
rails-version:
- '7.0'
Expand Down Expand Up @@ -48,8 +47,10 @@ jobs:
run: bin/setup
- name: Run tests
run: bundle exec rake
continue-on-error: ${{ matrix.rails-version == '7.2' || matrix.rails-version == '7.1'}}
continue-on-error: "${{ matrix.rails-version == '7.2' || matrix.rails-version
== '7.1'}}"
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.rails-version == '7.0' }}
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' &&
matrix.rails-version == '7.0' }}"
continue-on-error: true
uses: paambaati/codeclimate-action@v9

0 comments on commit beba349

Please sign in to comment.