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 c91b084 commit 7766cfbCopy full SHA for 7766cfb
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
tools: psalm, phpcbf, phpcs, phpunit:5.7.27
33
34
- name: Start mysql service
35
- run: sudo /etc/init.d/mysql start
+ run: sudo /etc/init.d/mysql start && mysql -V
36
37
- name: Check PHP Version
38
run: php -v
0 commit comments