Skip to content

Commit

Permalink
Merge pull request #46 from apainintheneck/update-ruby-version-on-ci
Browse files Browse the repository at this point in the history
Update Ruby on CI from 3.1 to 3.3
  • Loading branch information
apainintheneck authored Aug 11, 2024
2 parents 4b4ddd9 + 707541c commit 603310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.3'
bundler-cache: true

- run: rake lint:check
Expand Down

0 comments on commit 603310f

Please sign in to comment.