Skip to content

Commit 7a5f70a

Browse files
committed
Fix array issues
1 parent e5a11dd commit 7a5f70a

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,15 @@ jobs:
142142
db: ['mysql:5.7']
143143
include:
144144
- php: ${{ inputs.MIN_PHP_VERSION }}
145-
db: ['mariadb:10.1', 'mariadb:10.2', 'mariadb:10.3', 'mariadb:10.4', 'mariadb:10.5']
145+
db: 'mariadb:10.1'
146+
- php: ${{ inputs.MIN_PHP_VERSION }}
147+
db: 'mariadb:10.2'
148+
- php: ${{ inputs.MIN_PHP_VERSION }}
149+
db: 'mariadb:10.3'
150+
- php: ${{ inputs.MIN_PHP_VERSION }}
151+
db: 'mariadb:10.4'
152+
- php: ${{ inputs.MIN_PHP_VERSION }}
153+
db: 'mariadb:10.5'
146154
- php: ${{ inputs.MIN_PHP_VERSION }}
147155
db: 'mysql:5.6'
148156
- php: ${{ inputs.MIN_PHP_VERSION }}
@@ -265,7 +273,17 @@ jobs:
265273
db: ['postgres:14']
266274
include:
267275
- php: ${{ inputs.MIN_PHP_VERSION }}
268-
db: ['postgres:9.5', 'postgres:9.6', 'postgres:10', 'postgres:11', 'postgres:12', 'postgres:13']
276+
db: 'postgres:9.5'
277+
- php: ${{ inputs.MIN_PHP_VERSION }}
278+
db: 'postgres:9.6'
279+
- php: ${{ inputs.MIN_PHP_VERSION }}
280+
db: 'postgres:10'
281+
- php: ${{ inputs.MIN_PHP_VERSION }}
282+
db: 'postgres:11'
283+
- php: ${{ inputs.MIN_PHP_VERSION }}
284+
db: 'postgres:12'
285+
- php: ${{ inputs.MIN_PHP_VERSION }}
286+
db: 'postgres:13'
269287

270288
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
271289

0 commit comments

Comments
 (0)