Skip to content

Commit d957599

Browse files
committed
Increase version support.
1 parent de928b7 commit d957599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
DB_PASSWORD: root
2222
strategy:
2323
matrix:
24-
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
25-
wp-versions: [ '6.5', '6.6', '6.7', 'latest', 'trunk' ]
24+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
25+
wp-versions: [ '6.3', '6.4', '6.5', '6.6', '6.7', '6.8', 'latest', 'trunk' ]
2626
name: WP ${{ matrix.wp-versions }} / PHP ${{ matrix.php-versions }}
2727

2828
steps:

0 commit comments

Comments
 (0)