Skip to content

Commit

Permalink
chore(actions): setup correct php version before test run
Browse files Browse the repository at this point in the history
  • Loading branch information
roydejong committed Feb 6, 2024
1 parent b9c4fe5 commit d7ede97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup PHP 8.3 with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: simplexml, curl

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

Expand Down

0 comments on commit d7ede97

Please sign in to comment.