.github/workflows/ci.yaml in multi_repo-0.4.0 vs .github/workflows/ci.yaml in multi_repo-0.5.0
- old
+ new
@@ -12,10 +12,12 @@
strategy:
matrix:
ruby-version:
- '3.0'
- '3.1'
+ - '3.2'
+ - '3.3'
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
@@ -27,6 +29,6 @@
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
continue-on-error: true
- uses: paambaati/codeclimate-action@v5
+ uses: paambaati/codeclimate-action@v9