Skip to content

Commit 52c22a1

Browse files
committed
Test all jobs on PHP 8.1
1 parent 6f904b2 commit 52c22a1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
- "7.3"
8787
- "7.4"
8888
- "8.0"
89+
- "8.1"
8990
dependencies:
9091
- "lowest"
9192
- "highest"
@@ -128,6 +129,7 @@ jobs:
128129
- "7.3"
129130
- "7.4"
130131
- "8.0"
132+
- "8.1"
131133
dependencies:
132134
- "lowest"
133135
- "highest"

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"conflict": {
1313
"doctrine/collections": "<1.0",
1414
"doctrine/common": "<2.7",
15+
"doctrine/lexer": "<1.2.1",
1516
"doctrine/mongodb-odm": "<1.2",
1617
"doctrine/orm": "<2.5",
1718
"doctrine/persistence": "<1.3"
@@ -29,7 +30,7 @@
2930
"php-parallel-lint/php-parallel-lint": "^1.2",
3031
"phpstan/phpstan-phpunit": "^1.0",
3132
"phpstan/phpstan-strict-rules": "^1.0",
32-
"phpunit/phpunit": "^9.5",
33+
"phpunit/phpunit": "^9.5.10",
3334
"ramsey/uuid-doctrine": "^1.5.0",
3435
"symfony/cache": "^4.4.35"
3536
},

0 commit comments

Comments
 (0)