Skip to content

Commit

Permalink
join like a szczupac
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Jan 2, 2025
1 parent b28127a commit 0498570
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions support/ci/generate
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ class CI
release_test(
"rails_event_store",
matrix:
generate(ruby_version(RUBY_VERSIONS - [RUBY_3_1]), bundle_gemfile(GEMFILE)).concat(
join(
generate(ruby_version(RUBY_VERSIONS - [RUBY_3_1]), bundle_gemfile(GEMFILE)),
generate(ruby_version(RUBY_VERSIONS), bundle_gemfile(RAILS_GEMFILES)),
),
),
Expand Down Expand Up @@ -189,12 +190,11 @@ class CI
ruby_version(MRI_RUBY - [RUBY_3_1]),
bundle_gemfile(GEMFILE),
database_url(SQLITE3),
).concat(
generate(
ruby_version(MRI_RUBY.take(1)),
bundle_gemfile(RAILS_GEMFILES),
database_url(SQLITE3),
),
),
generate(
ruby_version(MRI_RUBY.take(1)),
bundle_gemfile(RAILS_GEMFILES),
database_url(SQLITE3),
),
),
),
Expand Down

0 comments on commit 0498570

Please sign in to comment.