Skip to content

Commit 821b987

Browse files
CopilotJJJ
andcommitted
Set minimum PHP version to 7.4 in PHPUnit workflow
Co-authored-by: JJJ <88951+JJJ@users.noreply.github.com>
1 parent 3c72a4f commit 821b987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
21+
php: ['7.4', '8.0', '8.1', '8.2']
2222
wp: ['latest']
2323
experimental: [false]
2424
include:
2525
# Test with older WordPress version
26-
- php: '7.2'
26+
- php: '7.4'
2727
wp: '4.9'
2828
experimental: false
2929
- php: '8.0'

0 commit comments

Comments
 (0)