Skip to content

Commit c270cdb

Browse files
committed
Testing with ruby 3.2, 3.3
1 parent 1ef49fb commit c270cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
ruby-version:
15-
- '3.0'
1615
- '3.1'
16+
- '3.3'
1717
services:
1818
postgres:
1919
image: manageiq/postgresql:13
@@ -44,6 +44,6 @@ jobs:
4444
- name: Run tests
4545
run: bundle exec rake
4646
- name: Report code coverage
47-
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
47+
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}
4848
continue-on-error: true
4949
uses: paambaati/codeclimate-action@v9

0 commit comments

Comments
 (0)