Skip to content

Commit 372da42

Browse files
committed
Test PHP 8.1 against PHPUnit 8 and 9
1 parent f00ce88 commit 372da42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integrate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
- php-version: "8.0"
4141
phpunit-version: "9.*"
4242

43+
- php-version: "8.1"
44+
phpunit-version: "8.*"
45+
46+
- php-version: "8.1"
47+
phpunit-version: "9.*"
48+
4349
steps:
4450
- name: "Checkout"
4551
uses: "actions/checkout@v2"

0 commit comments

Comments
 (0)