1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 04:04:04 +00:00

Update ci.yml

This commit is contained in:
Abrar Ahmad 2022-01-18 23:44:07 +05:00
parent e2dd415800
commit f693c19448

View file

@ -24,10 +24,12 @@ jobs:
- laravel: 8.*
testbench: ^6.9
name: L${{ matrix.laravel }}
steps:
- uses: actions/checkout@v2
- name: Install composer dependencies
run: composer require "laravel/framework:^${{ matrix.laravel }}" "orchestra/testbench:^${{ matrix.testbench }}" --no-interaction --no-update
run: | composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
- name: Run tests
run: vendor/bin/pest