mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
docker-compose -> docker compose
This commit is contained in:
parent
8f9c7efa45
commit
f2e1648973
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -28,6 +28,6 @@ jobs:
|
|||
- name: Start docker containers
|
||||
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"
|
||||
run: docker compose exec -T test composer require --no-interaction "laravel/framework:^${{ matrix.laravel }}.0"
|
||||
- name: Run tests
|
||||
run: ./test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue