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 1202d58 commit 61bb252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.2', '3.1']
rails_version: ['7.1', '7.0']
ruby_version: ['3.3', '3.2']
rails_version: ['7.2', '7.1', '7.0', '6.1']
env:
BUNDLE_GEMFILE: gemfiles/Gemfile.rails_${{ matrix.rails_version }}

Expand Down

0 comments on commit 61bb252

Please sign in to comment.