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 0a9d13d commit 643cec3Copy full SHA for 643cec3
.github/workflows/ci-php.yaml
@@ -32,7 +32,7 @@ jobs:
32
MYSQL_ROOT_PASSWORD: root
33
ports:
34
- 3306
35
- options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=5s --health-retries=5
+ options: --health-cmd="healthcheck.sh --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3
36
steps:
37
- name: Check out source code
38
uses: actions/[email protected]
composer.json
@@ -12,7 +12,7 @@
12
"wp-coding-standards/wpcs": "^2.3",
13
"johnpbloch/wordpress-core": "6.1.1",
14
"wp-phpunit/wp-phpunit": "6.1.1",
15
- "yoast/phpunit-polyfills": "1.0.4",
+ "yoast/phpunit-polyfills": "1.1.0",
16
"wp-cli/wp-cli": "*"
17
},
18
"config": {
0 commit comments