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 c13537c commit 1b99be3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php-package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
php-versions: ['8.2']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16

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

0 comments on commit 1b99be3

Please sign in to comment.