Skip to content

Commit

Permalink
Run tests in Ruby 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Aug 21, 2024
1 parent 1f93c98 commit a879c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.3
ruby-version: 3.3.0
bundler-cache: true
- name: Run rubocop
run: |
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.0.3]
ruby-version: [3.3.0]
database: [sqlite, postgres, mysql]
services:
redis:
Expand Down

0 comments on commit a879c2c

Please sign in to comment.