Skip to content

Commit

Permalink
Update php-package-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Dec 13, 2023
1 parent 1b99be3 commit d816986
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php-package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
with:
node-version: 16

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: 'xdebug'

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down

0 comments on commit d816986

Please sign in to comment.