Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Feb 8, 2024
1 parent 0565791 commit 23ed8cd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
- gemfiles/rails_7_1.gemfile
include:
- ruby: 2.7
- gemfile:
- gemfiles/ruby_2.7_rails_6_0.gemfile
- gemfiles/ruby_2.7_rails_6_1.gemfile
- gemfiles/ruby_2.7_rails_7_0.gemfile
- gemfiles/ruby_2.7_rails_7_1.gemfile
gemfile: gemfiles/ruby_2.7_rails_6_0.gemfile
- ruby: 2.7
gemfile: gemfiles/ruby_2.7_rails_6_1.gemfile
- ruby: 2.7
gemfile: gemfiles/ruby_2.7_rails_7_0.gemfile
- ruby: 2.7
gemfile: gemfiles/ruby_2.7_rails_7_1.gemfile
env:
PERCONA_DB_USER: root
PERCONA_DB_PASSWORD: root
Expand Down

0 comments on commit 23ed8cd

Please sign in to comment.