env: remove php 5.6 in matrix of tests
This commit is contained in:
parent
f125790799
commit
ab666829f2
|
@ -23,7 +23,7 @@ jobs:
|
|||
matrix:
|
||||
# Notes regarding supported versions in WP:
|
||||
# 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: ['7.0', '7.3', '7.4']
|
||||
wp: ['latest', '5.4']
|
||||
experimental: [false]
|
||||
|
||||
|
|
Loading…
Reference in New Issue