Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fursich committed Sep 4, 2024
1 parent 6c484c0 commit 92f99a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: true
matrix:
ruby_version: ['3.3', '3.2', '3.1']
rails_version: ['7.2', '7.1', '7.0', '6.1']
ruby_version: ['3.2', '3.1']
rails_version: ['7.1', '7.0']
env:
BUNDLE_GEMFILE: gemfiles/Gemfile.rails_${{ matrix.rails_version }}

Expand All @@ -21,5 +21,5 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
bundler-cache: false
- run: bundle exec rake spec

0 comments on commit 92f99a1

Please sign in to comment.