Skip to content

Commit

Permalink
Merge pull request #14 from microsoft/feature/php-coverage-version
Browse files Browse the repository at this point in the history
ci: update php-coverage version
  • Loading branch information
baywet authored Jul 10, 2024
2 parents 90a03cd + c3922b9 commit 6d26f6c
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 @@ -40,7 +40,7 @@ jobs:
- name: Setup PHP and Xdebug for Code Coverage report
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.3'
coverage: xdebug
- name: Install dependencies
run: composer install
Expand Down

0 comments on commit 6d26f6c

Please sign in to comment.