Minimum test reqriments up to 5.9.
This commit is contained in:
parent
fcd92e1e2c
commit
ff24f56c0e
|
@ -23,7 +23,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# Notes regarding supported versions in WP:
|
# Notes regarding supported versions in WP:
|
||||||
# The base matrix only contains the PHP versions which are supported on all supported WP versions.
|
# The base matrix only contains the PHP versions which are supported on all supported WP versions.
|
||||||
php: ['5.6', '7.0', '7.3', '7.4']
|
php: ['5.9', '7.0', '7.3', '7.4']
|
||||||
wp: ['latest', '5.4']
|
wp: ['latest', '5.4']
|
||||||
experimental: [false]
|
experimental: [false]
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
# in combination with PHP < 7.4 is not properly/sufficiently supported
|
# in combination with PHP < 7.4 is not properly/sufficiently supported
|
||||||
# within WP Core.
|
# within WP Core.
|
||||||
# See: https://core.trac.wordpress.org/ticket/52496
|
# See: https://core.trac.wordpress.org/ticket/52496
|
||||||
image: mysql:${{ ( matrix.wp == 5.3 && '5.6' ) || ( (matrix.wp < 5.4 || matrix.php < 7.4) && '5.7' ) || '8.0' }}
|
image: mysql:${{ ( matrix.wp == 5.3 && '5.6' ) || ( (matrix.wp < 5.9 || matrix.php < 7.4) && '5.7' ) || '8.0' }}
|
||||||
env:
|
env:
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: false
|
MYSQL_ALLOW_EMPTY_PASSWORD: false
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue