Skip to content

Commit 10b3cdf

Browse files
committed
Add PHP 8.3, 8.4, and 8.5 to test matrix
Expanded the GitHub Actions PHPUnit workflow to include PHP versions 8.3, 8.4, and 8.5 in the test matrix for broader compatibility testing.
1 parent 340924b commit 10b3cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: ['7.4', '8.0', '8.1', '8.2']
15+
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1616
wp-version: ['6.5', 'latest']
1717

1818
services:

0 commit comments

Comments
 (0)