Skip to content

Commit

Permalink
Update phpunit-coverage.yml
Browse files Browse the repository at this point in the history
specify PHP version
  • Loading branch information
joemaller authored Feb 7, 2025
1 parent dd0a2ae commit 4371d77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/phpunit-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
# https://github.com/marketplace/actions/checkout
- uses: actions/checkout@v4

# https://github.com/marketplace/actions/setup-php-action
- name: Setup PHP and disable opcache
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'

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

Expand Down

0 comments on commit 4371d77

Please sign in to comment.