Skip to content

Commit

Permalink
Add comment to Matrixfile expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Sep 24, 2024
1 parent 4fff83a commit 6cad77c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Matrixfile
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@
'graphql-1.13' => '❌ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ 3.3 / ✅ 3.4 / ✅ jruby',
}
}.each_with_object({}) do |(tasks, spec_metadata), hash|
# Explode arrays of task names into individual tasks
# e.g. ['rails', 'railsdisableenv'] => {'...'} becomes [['rails7', '...'], ['railsdisableenv7', '...']]
Array(tasks).each do |task|
hash[task] = spec_metadata
end
Expand Down

0 comments on commit 6cad77c

Please sign in to comment.