.github/workflows/ci.yaml in manageiq-appliance_console-9.1.1 vs .github/workflows/ci.yaml in manageiq-appliance_console-10.0.0

- old
+ new

@@ -9,15 +9,15 @@ ci: runs-on: ubuntu-latest strategy: matrix: ruby-version: - - '3.0' - '3.1' + - '3.3' rails-version: - - '6.1' - '7.0' + - '7.1' services: postgres: image: manageiq/postgresql:13 env: POSTGRESQL_USER: root @@ -40,8 +40,8 @@ ruby-version: "${{ matrix.ruby-version }}" bundler-cache: true - name: Run tests run: bundle exec rake - name: Report code coverage - if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' && matrix.rails-version == '7.0' }} + if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.rails-version == '7.1' }} continue-on-error: true - uses: paambaati/codeclimate-action@v8 + uses: paambaati/codeclimate-action@v9