Skip to content

Commit

Permalink
Deaktiviere XDebug in GitHub Actions (Case 168925) (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored Mar 7, 2024
1 parent 6c57701 commit 6275729
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -18,6 +18,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.PHP_VERSION }}
coverage: none
tools: composer:v2
- uses: actions/checkout@v4
- name: Cache Composer Dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-version-compatibility.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: ${{ matrix.php }}
coverage: none
tools: composer:v2
- uses: actions/checkout@v4
- run: composer install --dry-run
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none
tools: composer:v2
- uses: actions/checkout@v4
- name: Install PHIVE
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: none
tools: composer:v2
- uses: actions/checkout@v4
- name: Cache Composer Dependencies
Expand Down

0 comments on commit 6275729

Please sign in to comment.