Skip to content

Commit

Permalink
Merge pull request #130 from Fryguy/lock_ruby
Browse files Browse the repository at this point in the history
[RADJABOV] Lockdown Ruby version to Ruby 3.3
  • Loading branch information
agrare authored Nov 20, 2024
2 parents 4bde0e9 + 44618ce commit 7adc20a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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'
services:
postgres:
Expand Down Expand Up @@ -44,6 +43,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}"
continue-on-error: true
uses: paambaati/codeclimate-action@v8

0 comments on commit 7adc20a

Please sign in to comment.