.github/workflows/ci.yaml in multi_repo-0.2.3 vs .github/workflows/ci.yaml in multi_repo-0.3.0

- old
+ new

@@ -10,12 +10,12 @@ ci: runs-on: ubuntu-latest strategy: matrix: ruby-version: - - '2.7' - '3.0' + - '3.1' env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} steps: - uses: actions/checkout@v3 - name: Set up Ruby @@ -25,8 +25,8 @@ bundler-cache: true timeout-minutes: 30 - name: Run tests run: bundle exec rake - name: Report code coverage - if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }} + if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }} continue-on-error: true uses: paambaati/codeclimate-action@v5