Skip to content

Commit 7db069d

Browse files
No longer necessary to test WordPress latest with PHP 5.6
1 parent 7883645 commit 7db069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
70+
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
7171
wp: ['latest']
7272
mysql: ['8.0']
7373
include:

0 commit comments

Comments
 (0)