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
63d2cb5d88
commit
1f4f46b7b4
1 changed files with 4 additions and 6 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -17,19 +17,17 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
laravel: [9.*, 8.*]
|
||||
laravel: [9, 8]
|
||||
include:
|
||||
- laravel: 9.*
|
||||
- laravel: 9
|
||||
testbench: 7.*
|
||||
- laravel: 8.*
|
||||
- laravel: 8
|
||||
testbench: ^6.9
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install composer dependencies
|
||||
run: |
|
||||
composer require "illuminate/support:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
|
||||
composer update --prefer-stable --prefer-dist --no-interaction
|
||||
run: composer require "illuminate/support:^${{ matrix.laravel }}.0" "orchestra/testbench:${{ matrix.testbench }}"
|
||||
- name: Run tests
|
||||
run: vendor/bin/pest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue