Skip to content

Commit b6e4f8b

Browse files
committed
Setup correct usage of ruby versions to GHA matrix
1 parent 39f2b18 commit b6e4f8b

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
ruby: [2.6, 2.7, 3.0, 3.4]
23+
ruby: ['2.6', '2.7', '3.0', '3.4']
2424
gemfile:
2525
- Gemfile
2626
- Gemfile.rails-5.0.x

0 commit comments

Comments
 (0)