Skip to content

Commit

Permalink
Use xdebug 2 in build checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Jan 9, 2024
1 parent bd2e64b commit ba96aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: xdebug
coverage: xdebug2
- name: Install dependencies
run: composer install
- name: Run static analysis
Expand Down

0 comments on commit ba96aaa

Please sign in to comment.