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 Nov 14, 2024
1 parent 8746aaa commit 6c03a78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/php-package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: 'xdebug'
extensions: dom, libxml, json

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

Expand Down

0 comments on commit 6c03a78

Please sign in to comment.