Skip to content

Commit

Permalink
Remove unnecessary quoting (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jan 24, 2020
1 parent 3519235 commit 5219777
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

strategy:
matrix:
line_editor: ["libedit", "readline"]
compiler: ["clang", "gcc"]
line_editor: [libedit, readline]
compiler: [clang, gcc]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:

strategy:
matrix:
version: ["2.4.9", "2.5.7", "2.6.5", "2.7.0", "head"]
line_editor: ["libedit", "readline"]
compiler: ["clang", "gcc"]
version: [2.4.9, 2.5.7, 2.6.5, 2.7.0, head]
line_editor: [libedit, readline]
compiler: [clang, gcc]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5219777

Please sign in to comment.