Skip to content

Commit edfddfd

Browse files
committed
Remove DB matrix again as it does not work
1 parent 9361391 commit edfddfd

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,44 +58,28 @@ jobs:
5858
run: composer phpunit
5959

6060
functional: #----------------------------------------------------------------------
61-
name: Functional - WP ${{ matrix.wp }} on PHP ${{ matrix.php }} (${{ matrix.db }})
61+
name: Functional - WP ${{ matrix.wp }} on PHP ${{ matrix.php }}
6262
strategy:
6363
fail-fast: false
6464
matrix:
6565
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
6666
wp: ['latest']
67-
db: ['mysql:5.7']
6867
test: ["composer behat || composer behat-rerun"]
6968
include:
7069
- php: '5.6'
7170
wp: 'trunk'
72-
db: 'mysql:5.7'
7371
test: "composer behat || composer behat-rerun"
7472
- php: '7.4'
7573
wp: 'trunk'
76-
db: 'mysql:5.7'
77-
test: "composer behat || composer behat-rerun"
78-
- php: '7.4'
79-
wp: 'latest'
80-
db: 'mysql:8.0'
81-
test: "composer behat || composer behat-rerun"
82-
- php: '7.4'
83-
wp: 'latest'
84-
db: 'mysql:5.6'
85-
test: "composer behat || composer behat-rerun"
86-
- php: '7.4'
87-
wp: 'latest'
88-
db: 'mariadb:10.1'
8974
test: "composer behat || composer behat-rerun"
9075
- php: '5.6'
9176
wp: '3.7'
92-
db: 'mysql:5.7'
9377
test: "composer behat || composer behat-rerun || true"
9478
runs-on: ubuntu-latest
9579

9680
services:
9781
mysql:
98-
image: ${{ matrix.db }}
82+
image: mysql:5.7
9983
env:
10084
MYSQL_DATABASE: wp_cli_test
10185
MYSQL_USER: root

0 commit comments

Comments
 (0)