We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16299b commit 9c77b0eCopy full SHA for 9c77b0e
.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- ruby-version: [2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6]
+ ruby-version: ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6"]
9
steps:
10
- name: Checkout code
11
uses: actions/checkout@v1
0 commit comments