Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GokhanKR authored Jul 1, 2024
1 parent a74067e commit 7e2b9fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: mbstring, intl
ini-values: post_max_size=256M, upload_max_filesize=256M
coverage: none
tools: composer, phpunit

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

Expand Down

0 comments on commit 7e2b9fc

Please sign in to comment.