Skip to content

Commit

Permalink
Merge pull request #417 from kbrock/ruby3.3
Browse files Browse the repository at this point in the history
Testing with ruby 3.2, 3.3

(cherry picked from commit a8a9336)
  • Loading branch information
bdunne authored and Fryguy committed Nov 14, 2024
1 parent 7443963 commit c61a080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
ruby-version:
- '3.1'
- '3.3'
services:
postgres:
image: manageiq/postgresql:13
Expand Down Expand Up @@ -43,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 c61a080

Please sign in to comment.