Skip to content

Commit 989f1f8

Browse files
authored
Merge pull request #45 from peterfication/update-ci-ruby-coverage
Update Ruby version in CI coverage job from 2.7 to 3.2
2 parents c38afd8 + 9e3c126 commit 989f1f8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- name: Install Ruby (2.7)
9+
- name: Install Ruby (3.2)
1010
uses: ruby/setup-ruby@v1
1111
with:
12-
ruby-version: 2.7
12+
ruby-version: 3.2
1313
- uses: amancevice/setup-code-climate@v0
1414
with:
1515
cc_test_reporter_id: ${{ secrets.CC_TEST_REPORTER_ID }}
1616
- run: cc-test-reporter before-build
1717
- name: Build and test with RSpec
1818
run: |
19-
gem install bundler
2019
bundle install --jobs 4 --retry 3
2120
bundle exec rspec
2221
- run: cc-test-reporter after-build

0 commit comments

Comments
 (0)