Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 6592c86

Browse files
committed
wip
1 parent 5fd15df commit 6592c86

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656

5757
- name: Install dependencies
5858
run: |
59-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
60-
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest --ignore-platform-reqs
59+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
60+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
6161
6262
- name: Execute tests
6363
run: |

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
},
2121
"require-dev": {
2222
"ext-json": "*",
23-
"laravel/pint": "^1.0.0",
2423
"nunomaduro/larastan": "^1.0",
2524
"orchestra/testbench": "^4.0|^6.0|^7.0",
2625
"phpstan/phpstan": "^1.0",

0 commit comments

Comments
 (0)