Skip to content

Commit

Permalink
Deaktiviere XDebug in GitHub Actions (Case 168925) (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored Mar 7, 2024
1 parent dcb1022 commit 734f3c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ '7.2', '7.4', '8.1', '8.2' ]
coverage: none
dependency-version: [ prefer-stable ]

name: PHP ${{ matrix.php-version }} - ${{ matrix.dependency-version }}
Expand All @@ -23,6 +24,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: none
extensions: dom
- name: Install dependencies
run: composer update --no-interaction --prefer-dist --${{ matrix.dependency-version}} --no-progress --no-suggest
Expand Down

0 comments on commit 734f3c1

Please sign in to comment.