Skip to content

Commit

Permalink
Merge branch 'main' into renovate/composer-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gomzyakov authored Jun 16, 2024
2 parents c5e5162 + e68cdb1 commit 7d7115d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
ini-values: max_execution_time=180

- name: Install PHP extensions
run: sudo apt-get install -y php-phpdbg
run: |
sudo apt update
sudo apt-get install -y php-phpdbg
- name: Install Composer Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
app:
build:
Expand Down

0 comments on commit 7d7115d

Please sign in to comment.