Skip to content

Commit 82b3eef

Browse files
committed
ci: loop versions in bash shell
1 parent b7f593d commit 82b3eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: fetch Rails tags
6363
working-directory: rails
6464
run: |
65-
for version in v8 v7 v6 v5.2; do
65+
for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' ');; do
6666
git fetch --depth=1 origin refs/tags/${version}*:refs/tags/${version}*
6767
done
6868
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)