Skip to content

Commit 2d153e5

Browse files
authored
Deaktiviere XDebug in GitHub Actions (Case 168925) (#9)
1 parent c03ece5 commit 2d153e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: ${{ env.PHP_VERSION }}
23+
coverage: none
2324
tools: composer:v2
2425
- uses: actions/checkout@v3
2526
- uses: actions/cache@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- uses: shivammathur/setup-php@v2
2727
with:
2828
php-version: ${{ matrix.php-version }}
29+
coverage: none
2930
tools: composer:v2
3031
- uses: actions/cache@v3
3132
with:

0 commit comments

Comments
 (0)