Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksam07 committed Mar 1, 2024
1 parent 1e4626e commit dee7aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
bundler-cache: true

- name: Run linters
Expand All @@ -45,7 +45,7 @@ jobs:
run: bundle exec rspec
timeout-minutes: 1
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v5.0.0
if: matrix.coverage && github.ref == 'refs/heads/master'
env:
CC_TEST_REPORTER_ID: cb01575b98b3b80848a3bc292ca6145860871470e5d0669453030d36578f9115
Expand Down

0 comments on commit dee7aa9

Please sign in to comment.