Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jun 10, 2024
1 parent d6c72b6 commit d4e9d0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
gemfile: environments/Gemfile.rails-edge.rb
- ruby: '2.6'
gemfile: environments/Gemfile.rails-edge.rb
- ruby: '2.7'
gemfile: environments/Gemfile.rails-edge.rb
- ruby: '3.0'
gemfile: environments/Gemfile.rails-edge.rb
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
Expand Down
2 changes: 1 addition & 1 deletion script/ci-matrix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requirements = {
'environments/Gemfile.rails6.0.rb' => '>= 2.5',
'environments/Gemfile.rails6.1.rb' => '>= 2.5',
'Gemfile' => '>= 2.7',
'environments/Gemfile.rails-edge.rb' => '>= 2.7',
'environments/Gemfile.rails-edge.rb' => '>= 3.1',
}

commands = {}
Expand Down

0 comments on commit d4e9d0d

Please sign in to comment.