mirror of
https://github.com/archtechx/helpers.git
synced 2025-12-12 12:14:02 +00:00
Update ci.yml
This commit is contained in:
parent
e2dd415800
commit
f693c19448
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -24,10 +24,12 @@ jobs:
|
||||||
- laravel: 8.*
|
- laravel: 8.*
|
||||||
testbench: ^6.9
|
testbench: ^6.9
|
||||||
|
|
||||||
|
name: L${{ matrix.laravel }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install composer dependencies
|
- 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
|
- name: Run tests
|
||||||
run: vendor/bin/pest
|
run: vendor/bin/pest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue