Skip to content

Commit 0eec0db

Browse files
committed
Add DB matrix
1 parent f61c4aa commit 0eec0db

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/workflows/testing.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,46 @@ jobs:
6464
matrix:
6565
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
6666
wp: ['latest']
67+
mysql: ['8.0']
6768
test: ["composer behat || composer behat-rerun"]
6869
include:
6970
- php: '5.6'
7071
wp: 'trunk'
72+
mysql: '8.0'
73+
test: "composer behat || composer behat-rerun"
74+
- php: '5.6'
75+
wp: 'trunk'
76+
mysql: '5.7'
77+
test: "composer behat || composer behat-rerun"
78+
- php: '5.6'
79+
wp: 'trunk'
80+
mysql: '5.6'
7181
test: "composer behat || composer behat-rerun"
7282
- php: '7.4'
7383
wp: 'trunk'
84+
mysql: '8.0'
85+
test: "composer behat || composer behat-rerun"
86+
- php: '8.0'
87+
wp: 'trunk'
88+
mysql: '8.0'
89+
test: "composer behat || composer behat-rerun"
90+
- php: '8.0'
91+
wp: 'trunk'
92+
mysql: '5.7'
7493
test: "composer behat || composer behat-rerun"
7594
- php: '8.0'
7695
wp: 'trunk'
96+
mysql: '5.6'
7797
test: "composer behat || composer behat-rerun"
7898
- php: '5.6'
7999
wp: '3.7'
100+
mysql: '5.6'
80101
test: "composer behat || composer behat-rerun"
81102
runs-on: ubuntu-latest
82103

83104
services:
84105
mysql:
85-
image: mysql:5.7
106+
image: mysql:${{ matrix.mysql }}
86107
env:
87108
MYSQL_DATABASE: wp_cli_test
88109
MYSQL_USER: root

0 commit comments

Comments
 (0)