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

Update ci.yml

This commit is contained in:
lukinovec 2023-02-20 15:09:36 +01:00 committed by GitHub
parent aac038f233
commit 128ff12840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,9 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- laravel: "9.0" - laravel: 9
php: "8.0" php: "8.0"
- laravel: "10.0" - laravel: 10
php: "8.1" php: "8.1"
steps: steps:
@ -27,7 +27,7 @@ jobs:
- name: Install Composer dependencies - name: Install Composer dependencies
run: | 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 composer update --prefer-dist --no-interaction
- name: Run tests - name: Run tests
run: ./vendor/bin/pest run: ./vendor/bin/pest