We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0db29 commit 18f1c6cCopy full SHA for 18f1c6c
.github/workflows/ci.yaml
@@ -12,8 +12,8 @@ jobs:
12
strategy:
13
matrix:
14
ruby-version:
15
- - '3.0'
16
- '3.1'
+ - '3.3'
17
services:
18
postgres:
19
image: manageiq/postgresql:13
@@ -45,6 +45,6 @@ jobs:
45
- name: Run tests
46
run: bundle exec rake
47
- name: Report code coverage
48
- if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
+ if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}
49
continue-on-error: true
50
uses: paambaati/codeclimate-action@v9
0 commit comments