Skip to content

Commit

Permalink
Merge pull request #45 from peterfication/update-ci-ruby-coverage
Browse files Browse the repository at this point in the history
Update Ruby version in CI coverage job from 2.7 to 3.2
  • Loading branch information
dblock authored Jan 8, 2024
2 parents c38afd8 + 9e3c126 commit 989f1f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Ruby (2.7)
- name: Install Ruby (3.2)
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
- uses: amancevice/setup-code-climate@v0
with:
cc_test_reporter_id: ${{ secrets.CC_TEST_REPORTER_ID }}
- run: cc-test-reporter before-build
- name: Build and test with RSpec
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rspec
- run: cc-test-reporter after-build

0 comments on commit 989f1f8

Please sign in to comment.