Skip to content

Commit 639e742

Browse files
Merge pull request #18 from alleyinteractive/feature/update-for-php-8-1-8-2
Add support for PHP 8.1 and 8.2
2 parents 34de649 + b4b18b7 commit 639e742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
unit-tests:
1313
strategy:
1414
matrix:
15-
php: [8.0]
15+
php: [8.0, 8.1, 8.2]
1616
wordpress: ["latest"]
1717
multisite: [true, false]
1818
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main

0 commit comments

Comments
 (0)