1
0
Fork 0
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:
Abrar Ahmad 2022-01-19 20:46:15 +05:00
parent 63d2cb5d88
commit 1f4f46b7b4

View file

@ -17,19 +17,17 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
laravel: [9.*, 8.*] laravel: [9, 8]
include: include:
- laravel: 9.* - laravel: 9
testbench: 7.* testbench: 7.*
- laravel: 8.* - laravel: 8
testbench: ^6.9 testbench: ^6.9
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install composer dependencies - name: Install composer dependencies
run: | run: composer require "illuminate/support:^${{ matrix.laravel }}.0" "orchestra/testbench:${{ matrix.testbench }}"
composer require "illuminate/support:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --prefer-stable --prefer-dist --no-interaction
- name: Run tests - name: Run tests
run: vendor/bin/pest run: vendor/bin/pest