mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 03:04:04 +00:00
Update ci.yml
This commit is contained in:
parent
6fca70a61d
commit
3e92c6b1ff
1 changed files with 1 additions and 8 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue