Skip to content

Commit 399b7ff

Browse files
ruudkondrejmirtes
authored andcommitted
Test all jobs on PHP 8.1
1 parent a4c105e commit 399b7ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- "7.3"
8888
- "7.4"
8989
- "8.0"
90+
- "8.1"
9091
dependencies:
9192
- "lowest"
9293
- "highest"
@@ -129,6 +130,7 @@ jobs:
129130
- "7.3"
130131
- "7.4"
131132
- "8.0"
133+
- "8.1"
132134
dependencies:
133135
- "lowest"
134136
- "highest"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"php-parallel-lint/php-parallel-lint": "^1.2",
3030
"phpstan/phpstan-phpunit": "^1.0",
3131
"phpstan/phpstan-strict-rules": "^1.0",
32-
"phpunit/phpunit": "^9.5",
32+
"phpunit/phpunit": "^9.5.10",
3333
"ramsey/uuid-doctrine": "^1.5.0",
3434
"symfony/cache": "^4.4.35"
3535
},

0 commit comments

Comments
 (0)