Skip to content

Commit b8295af

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

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/phpunit.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ 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.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
25+
wp-versions: [ '6.3', '6.4', '6.5', '6.6', '6.7', '6.8', 'latest', 'trunk' ]
26+
exclude:
27+
- php-versions: '8.3'
28+
wp-versions: '6.3'
29+
- php-versions: '8.4'
30+
wp-versions: [ '6.3', '6.4', '6.5', '6.6' ]
2631
name: WP ${{ matrix.wp-versions }} / PHP ${{ matrix.php-versions }}
2732

2833
steps:

0 commit comments

Comments
 (0)