Skip to content

Commit 7766cfb

Browse files
committed
Check mysql version
1 parent c91b084 commit 7766cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tools: psalm, phpcbf, phpcs, phpunit:5.7.27
3333

3434
- name: Start mysql service
35-
run: sudo /etc/init.d/mysql start
35+
run: sudo /etc/init.d/mysql start && mysql -V
3636

3737
- name: Check PHP Version
3838
run: php -v

0 commit comments

Comments
 (0)