Skip to content

Commit abc4210

Browse files
Update .github/workflows/ci.yml
Co-authored-by: othercorey <corey.taylor.fl@gmail.com>
1 parent 20feb56 commit abc4210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Run PHPUnit
6161
run: |
62-
if [[ ${{ matrix.php-version }} == '5.6']]; then
62+
if [[ ${{ matrix.php-version }} == '5.6' ]]; then
6363
vendor/bin/phpunit tests/php56/
6464
else
6565
vendor/bin/phpunit

0 commit comments

Comments
 (0)