1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 12:14:02 +00:00
This commit is contained in:
Abrar Ahmad 2022-01-19 00:52:43 +05:00
parent 0c8fcc30ca
commit 63d2cb5d88
2 changed files with 4 additions and 2 deletions

View file

@ -29,7 +29,7 @@ jobs:
- name: Install composer dependencies - name: Install composer dependencies
run: | run: |
composer require "illuminate/support:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update composer require "illuminate/support:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --prefer-stable --prefer-dist --no-interaction --no-suggest composer update --prefer-stable --prefer-dist --no-interaction
- name: Run tests - name: Run tests
run: vendor/bin/pest run: vendor/bin/pest

View file

@ -25,5 +25,7 @@
"orchestra/testbench": "^6.9|^7.0", "orchestra/testbench": "^6.9|^7.0",
"pestphp/pest": "^1.2", "pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0" "pestphp/pest-plugin-laravel": "^1.0"
} },
"minimum-stability": "dev",
"prefer-stable": true
} }