Skip to content

Commit

Permalink
Update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzak committed Oct 9, 2024
1 parent 055ea98 commit b5fd3c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3.4
bundler-cache: true

- name: Bundle
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3.4
bundler-cache: true
- run: bundle exec rubocop --format simple
specs:
Expand All @@ -32,11 +32,11 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3.4
bundler-cache: true
- name: Specs
uses: paambaati/codeclimate-action@v2.7.5
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageCommand: bundle exec rspec
coverageCommand: bundle exec rspec

0 comments on commit b5fd3c7

Please sign in to comment.