Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jan 28, 2024
1 parent 48158be commit 08c4798
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Empty file removed .docker/no-xdebug.ini
Empty file.
3 changes: 0 additions & 3 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
- test
volumes:
- .:/var/www/html:delegated
- .docker/no-xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
- ~/.cache/composer/files:/root/.composer/cache/files
php8.2:
image: ghcr.io/staudenmeir/php:8.2
Expand All @@ -17,7 +16,6 @@ services:
- test
volumes:
- .:/var/www/html:delegated
- .docker/no-xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
- ~/.cache/composer/files:/root/.composer/cache/files
php8.3:
image: ghcr.io/staudenmeir/php:8.3
Expand All @@ -26,7 +24,6 @@ services:
- test
volumes:
- .:/var/www/html:delegated
- .docker/no-xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
- ~/.cache/composer/files:/root/.composer/cache/files
php8.3-debug:
image: ghcr.io/staudenmeir/php:8.3
Expand Down

0 comments on commit 08c4798

Please sign in to comment.