Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkamel committed Sep 20, 2024
1 parent e3e17d2 commit 160ef01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.6', '2.7', '3.0']
ruby: ['2.7', '3.0', '3.2']
redis:
- redis:5.0
- redis:6.0
Expand All @@ -26,7 +26,6 @@ jobs:
path: vendor/bundler
key: ${{ hashFiles('Gemfile.lock') }}-${{ matrix.ruby }}
- run: |
gem install bundler
bundle install --path=vendor/bundler
bundle exec rspec
bundle exec rubocop

0 comments on commit 160ef01

Please sign in to comment.