Skip to content

Commit

Permalink
Fix to php -v
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrjones committed Jun 24, 2024
1 parent d2c842c commit 887db50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
php-version: ${{ matrix.php }}
extensions: mbstring, intl
ini-values: post_max_size=256M, max_execution_time=180

- name: Check PHP version
run: php -v

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

0 comments on commit 887db50

Please sign in to comment.