Skip to content

Commit

Permalink
Deaktiviere XDebug in GitHub Actions (Case 168925) (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored Mar 7, 2024
1 parent 36837e8 commit 2b761e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.PHP_VERSION }}
coverage: none
tools: composer:v2
- name: Cache Composer Dependencies
uses: actions/cache@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: none
tools: composer:v2
- uses: actions/checkout@v3
- run: VERSION=${{ matrix.symfony-locked-version }} .github/workflows/lock-symfony-version.sh
Expand Down

0 comments on commit 2b761e2

Please sign in to comment.