Skip to content

Commit

Permalink
Testing with ruby 3.2, 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Nov 5, 2024
1 parent 0c63990 commit 459a56c
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,8 +12,8 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.3'
services:
postgres:
image: manageiq/postgresql:13
Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v9

0 comments on commit 459a56c

Please sign in to comment.