test: add php on strategy test workflow

This commit is contained in:
vnmedeiros 2024-02-01 09:17:38 -03:00
parent 48564675dd
commit 5f5141aa98
1 changed files with 1 additions and 1 deletions

View File

@ -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: ['7.0', '7.3', '7.4'] php: ['7.3', '7.4', '8.3']
wp: ['latest', '5.9'] wp: ['latest', '5.9']
experimental: [false] experimental: [false]