Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Sep 11, 2021
1 parent 252dad5 commit 22096dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
# Only report coverage once
coverage: ${{ matrix.os == "ubuntu-latest" && "xdebug" || "none" }}
coverage: ${{ matrix.os == 'ubuntu-latest' && 'xdebug' || 'none' }}
- name: Check dependencies on Ubuntu
if: matrix.os == 'ubuntu-latest'
# Tests for the SSH key commands rely on ssh-agent running.
Expand Down

0 comments on commit 22096dc

Please sign in to comment.