Skip to content

Commit 4d96f07

Browse files
committed
phpunit
1 parent 261d236 commit 4d96f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
run: ./vendor/bin/pint --test
5555

5656
- name: Execute tests
57-
run: sleep 10 && vendor/bin/phpunit --verbose
57+
run: sleep 10 && vendor/bin/phpunit --debug

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php-amqplib/php-amqplib": "^v3.6"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^9.3 || ^10.5 || ^11.0.1",
18+
"phpunit/phpunit": "^9.3 || ^10.5 || ^11.0",
1919
"mockery/mockery": "^1.0",
2020
"laravel/horizon": "^5.0",
2121
"orchestra/testbench": "^7.0|^8.0|^9.0",

0 commit comments

Comments
 (0)