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 85683d4 commit 92e1418Copy full SHA for 92e1418
.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
@@ -44,6 +44,6 @@ jobs:
44
- name: Run tests
45
run: bundle exec rake
46
- name: Report code coverage
47
- if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
+ if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}
48
continue-on-error: true
49
uses: paambaati/codeclimate-action@v9
0 commit comments