Skip to content

Commit

Permalink
Testing with ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Nov 5, 2024
1 parent f8ee827 commit 5d0c3d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
env:
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
Expand All @@ -28,6 +26,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 5d0c3d6

Please sign in to comment.