Skip to content

Commit

Permalink
Update .github/workflows/ci-mysql.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
terabytesoftw and samdark authored Jul 7, 2023
1 parent 568c6e6 commit fbe703b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
continue-on-error: true
run: vendor/bin/phpunit --group mysql --colors=always

- name: Run Myssql tests with phpunit.
- name: Run MySQL tests with PHPUnit.
if: matrix.php >= '8.1'
run: vendor/bin/phpunit --group mysql --colors=always

Expand Down

0 comments on commit fbe703b

Please sign in to comment.