Skip to content

Commit 8a8b0d9

Browse files
committed
Try again phpunit version < 9.5.
1 parent e521224 commit 8a8b0d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
matrix:
9191
os: [windows-latest]
9292

93-
php: ["7.1"]
93+
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
9494

9595
steps:
9696
- name: Checkout

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"codeception/module-db": "*@dev",
4242
"codeception/module-filesystem": "*@dev",
4343
"codeception/module-phpbrowser": "*@dev",
44-
"codeception/util-universalframework": "*@dev"
44+
"codeception/util-universalframework": "*@dev",
45+
"phpunit/phpunit": "<9.5"
4546
},
4647
"suggest": {
4748
"hoa/console": "For interactive console functionality",

0 commit comments

Comments
 (0)