Skip to content

Commit 1d8216b

Browse files
committed
Reduce num of tests by just testing mysql:8.1 once
1 parent b37fe96 commit 1d8216b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
strategy:
172172
matrix:
173173
php: ${{ fromJSON(inputs.PHP_VERSION_MATRIX) }}
174-
db: ['mysql:8.0', 'mysql:8.1', 'mariadb:10.5']
174+
db: ['mysql:8.0', 'mariadb:10.5']
175175
include:
176176
- php: ${{ inputs.PRIMARY_PHP_VERSION }}
177177
db: 'mariadb:10.2'
@@ -187,6 +187,8 @@ jobs:
187187
db: 'mariadb:10.10'
188188
- php: ${{ inputs.PRIMARY_PHP_VERSION }}
189189
db: 'mariadb:10.11'
190+
- php: ${{ inputs.PRIMARY_PHP_VERSION }}
191+
db: 'mysql:8.1'
190192
- php: ${{ inputs.PRIMARY_PHP_VERSION }}
191193
db: 'mysql:5.7'
192194
db_alias: 'MyISAM Tests'

0 commit comments

Comments
 (0)