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 2386fbb commit 3115e26Copy full SHA for 3115e26
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.operating-system }}
8
services:
9
mysql:
10
- image: mysql:5.6
+ image: mysql:5.7
11
env:
12
MYSQL_ALLOW_EMPTY_PASSWORD: false
13
MYSQL_ROOT_PASSWORD: root
@@ -36,7 +36,7 @@ jobs:
36
run: php -v
37
38
- name: Install WP Tests
39
- run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306 ${{ matrix.wp }}
+ run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306 ${{ matrix.wp }} true
40
41
- name: phpunit tests
42
run: phpunit
0 commit comments