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 Oct 30, 2024
1 parent 73833a8 commit 80a5eb5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/php-package-tests.yml
Original file line number Diff line number Diff line change
@@ -15,11 +15,18 @@ jobs:
php-versions: ['8.2']

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20

- 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

0 comments on commit 80a5eb5

Please sign in to comment.