Skip to content

Commit f4e194b

Browse files
committed
chore: PHP7.2 removed from testing workflow matrix.
1 parent ac114fd commit f4e194b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
php: ['8.0', '7.4', '7.3', '7.2']
26-
wordpress: ['5.9', '5.6', '5.3']
25+
php: ['8.0', '7.4', '7.3']
26+
wordpress: ['6.0', '5.9', '5.6']
2727
composer_version: ['v2']
2828
include:
2929
- php: '7.4'

0 commit comments

Comments
 (0)