Skip to content

Commit 9c77b0e

Browse files
authored
Wrap ruby versions in strings
1 parent c16299b commit 9c77b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
ruby-version: [2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6]
8+
ruby-version: ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6"]
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v1

0 commit comments

Comments
 (0)