Skip to content

Commit

Permalink
Merge pull request #269 from kbrock/ruby3.3
Browse files Browse the repository at this point in the history
test with ruby 3.3
  • Loading branch information
bdunne authored Nov 5, 2024
2 parents eacda8e + d1c9897 commit d800225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.3'
rails-version:
- '6.1'
- '7.0'
- '7.1'
services:
postgres:
image: manageiq/postgresql:13
Expand All @@ -42,6 +42,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' && matrix.rails-version == '7.0' }}
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.rails-version == '7.1' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v9

0 comments on commit d800225

Please sign in to comment.