mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +00:00
* Fix #1229 * docker-compose -> docker compose in ci.yml * docker->compose -> docker compose * docker->compose -> docker compose * clarify how dispatchNow() works
This commit is contained in:
parent
ed029438cb
commit
ed52c48428
3 changed files with 21 additions and 37 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Start docker containers
|
||||
run: PHP_VERSION=${{ matrix.php }} docker-compose up -d
|
||||
run: PHP_VERSION=${{ matrix.php }} docker compose up -d
|
||||
- name: Install dependencies
|
||||
run: docker compose exec -T test composer require --no-interaction "laravel/framework:^${{ matrix.laravel }}.0"
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue