Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit b2c6c00

Browse files
peter279kAyesh
authored andcommitted
Add PHP 8.1 test on GitHub workflows
1 parent ea5da5b commit b2c6c00

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- "7.3"
2626
- "7.4"
2727
- "8.0"
28+
- "8.1"
2829

2930
steps:
3031
- name: Checkout

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=5.3"
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "^4.8.36|5.*"
10+
"phpunit/phpunit": "^4.8.36|5.*|9.*"
1111
},
1212
"license": "MIT and GPL-3.0+",
1313
"authors": [

phpunit.xml.dist

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.5/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
forceCoversAnnotation="true"
65
beStrictAboutCoversAnnotation="true"
76
beStrictAboutOutputDuringTests="true"
87
beStrictAboutTodoAnnotatedTests="true"

0 commit comments

Comments
 (0)