Skip to content

Commit

Permalink
[8.x] Fixes Incompatibility with PHPUnit 10.3 (#241)
Browse files Browse the repository at this point in the history
* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Sep 24, 2024
1 parent b98a0d3 commit 549eaf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/strict-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- 8.3
phpunit:
- "~10.1.0"
- "~10.2.0"
- "~10.3.0"
- "~10.4.0"
- "~10.5.0"
- "10.5.4"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- 8.3
phpunit:
- "~10.1.0"
- "~10.4.0"
- "~10.5.0"
- "10.5.4"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"nunomaduro/collision": "<6.4.0 || >=7.0.0 <7.4.0 || >=8.0.0",
"orchestra/testbench-dusk": "<8.21.0 || >=9.0.0",
"orchestra/workbench": "<1.0.0",
"phpunit/phpunit": "<9.6.0 || >=10.6.0"
"phpunit/phpunit": "<9.6.0 || >=10.3.0 <10.3.3 || >=10.6.0"
},
"suggest": {
"ext-pcntl": "Required to use all features of the console signal trapping.",
Expand Down

0 comments on commit 549eaf5

Please sign in to comment.