Skip to content

Commit

Permalink
Remove php 5.6 from the latest wp test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ouikhuan committed Dec 27, 2023
1 parent 576c5b7 commit f556b15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.1', '7.2', '7.3']
php: ['7.0', '7.1', '7.2', '7.3']
wp: ['latest', '5.2']
experimental: [false]

Expand All @@ -50,6 +50,9 @@ jobs:
- php: '7.3'
wp: '5.3'
experimental: false
- php: '5.6'
wp: '5.2'
experimental: false
- php: '5.6'
wp: '5.5'
experimental: false
Expand Down

0 comments on commit f556b15

Please sign in to comment.