Skip to content

Commit ee5cfb8

Browse files
Test under PHP 8.1
1 parent 846dd52 commit ee5cfb8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "7.3"
1919
- "7.4"
2020
- "8.0"
21+
- "8.1"
2122
operating-system:
2223
- "ubuntu-latest"
2324

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"require-dev": {
3838
"ext-phar": "*",
39-
"symfony/phpunit-bridge": "^5.2|^6.0"
39+
"symfony/phpunit-bridge": "^5.4|^6.0"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)