Skip to content

Commit

Permalink
Update phpcs.yml
Browse files Browse the repository at this point in the history
Updated the php version for the workflow.
  • Loading branch information
ruslanbaidan authored Jan 2, 2024
1 parent ee56d1f commit 3e390bd
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 @@ -15,7 +15,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
extensions: imagick, intl, mysql, bcmath, openssl
ini-values: post_max_size=256M, short_open_tag=On
tools: pecl, cs2pr, phpcs
Expand Down

0 comments on commit 3e390bd

Please sign in to comment.