mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 11:14:04 +00:00
wip
This commit is contained in:
parent
1b1eca87c8
commit
802ed41450
2 changed files with 5 additions and 4 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -13,9 +13,10 @@ on:
|
|||
|
||||
jobs:
|
||||
phpunit:
|
||||
name: Tests (Pest) L${{ matrix.laravel }}
|
||||
strategy:
|
||||
matrix:
|
||||
laravel: [6, 8]
|
||||
laravel: [6, 8, 9]
|
||||
|
||||
name: Tests (PHPUnit)
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -23,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install composer dependencies
|
||||
run: composer require "laravel/framework:^${{matrix.laravel}}.0.0"
|
||||
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