1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 11:14:04 +00:00

Update ci.yml

This commit is contained in:
Abrar Ahmad 2022-01-25 18:13:43 +05:00
parent 6fca70a61d
commit 3e92c6b1ff

View file

@ -17,13 +17,6 @@ jobs:
strategy:
matrix:
laravel: [6, 8, 9]
include:
- laravel: 6
testbench: ^4.0
- laravel: 8
testbench: ^6.0
- laravel: 9
testbench: ^7.0
runs-on: ubuntu-latest
@ -31,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install composer dependencies
run: composer require "laravel/framework:^${{matrix.laravel}}.0" "orchestra/testbench:${{ matrix.testbench }}"
run: composer require "laravel/framework:^${{matrix.laravel}}.0"
- name: Run tests
run: vendor/bin/phpunit