env: remove php 5.6 in matrix of tests

This commit is contained in:
vnmedeiros 2023-07-31 11:36:48 -03:00
parent f125790799
commit ab666829f2
1 changed files with 1 additions and 1 deletions

View File

@ -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]