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 612966a commit da5a25dCopy full SHA for da5a25d
.github/workflows/continuous-integration.yml
@@ -72,5 +72,5 @@ jobs:
72
73
- name: Run Tests
74
env:
75
- MYSQL_DSN: 'mysql:host=127.0.0.1;dbname=test;user=root;pass=testrootpass'
+ MYSQL_DSN: 'mysql:host=127.0.0.1;dbname=test;user=root;password=testrootpass'
76
run: cd tests && php run.php
0 commit comments