Skip to content

Commit

Permalink
Deaktiviere XDebug in GitHub Actions (Case 168925) (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored Mar 7, 2024
1 parent b79be86 commit 6d1115b
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 @@ -15,6 +15,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ '7.2', '7.4', '8.1', '8.2', '8.3', '8.4' ]
coverage: none
dependency-version: [ prefer-stable ]
include:
- { php-version: '7.2', dependency-version: prefer-lowest }
Expand All @@ -29,6 +30,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: none
- name: Install dependencies
run: composer update --no-interaction --prefer-dist --${{ matrix.dependency-version}} --no-progress --no-suggest
- name: Run test suite
Expand Down

0 comments on commit 6d1115b

Please sign in to comment.