mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:04:03 +00:00
Update ci.yml
This commit is contained in:
parent
aac038f233
commit
128ff12840
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -16,9 +16,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- laravel: "9.0"
|
||||
- laravel: 9
|
||||
php: "8.0"
|
||||
- laravel: "10.0"
|
||||
- laravel: 10
|
||||
php: "8.1"
|
||||
|
||||
steps:
|
||||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Install Composer dependencies
|
||||
run: |
|
||||
composer require "laravel/framework:^${{ matrix.laravel }}" --no-interaction --no-update
|
||||
composer require "laravel/framework:^${{ matrix.laravel }}.0" --no-interaction --no-update
|
||||
composer update --prefer-dist --no-interaction
|
||||
- name: Run tests
|
||||
run: ./vendor/bin/pest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue