.github/workflows/ci.yaml in manageiq-style-1.5.1 vs .github/workflows/ci.yaml in manageiq-style-1.5.2

- old
+ new

@@ -10,10 +10,11 @@ ci: runs-on: ubuntu-latest strategy: matrix: ruby-version: + - '2.7' - '3.0' - '3.1' - '3.2' env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} @@ -28,6 +29,6 @@ - name: Run tests run: bundle exec rake - name: Report code coverage if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }} continue-on-error: true - uses: paambaati/codeclimate-action@v5 + uses: paambaati/codeclimate-action@v8