Skip to content

Commit

Permalink
Update GitHub Actions flow with Ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lewispb committed Apr 30, 2024
1 parent 1ed32ac commit 5e240df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
ruby-version: 3.3.1
bundler-cache: true
- name: Run rubocop
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
CI: true
strategy:
matrix:
ruby-version: ['3.0']
ruby-version: ['3.0', '3.3']
services:
redis:
image: redis:4.0-alpine
Expand Down

0 comments on commit 5e240df

Please sign in to comment.