Skip to content

Commit

Permalink
PHP version fix in Github action PHP PSR Enforcer.
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasantonov committed Apr 4, 2024
1 parent 0745a37 commit 669cb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '7.4'
extensions: mbstring, intl, curl
ini-values: post_max_size=256M
coverage: xdebug
Expand Down

0 comments on commit 669cb70

Please sign in to comment.