Skip to content

Commit

Permalink
Fix PHP requirement in code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Feb 14, 2024
1 parent 3646a7d commit 7b0023e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: setup-php
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
extensions: 'ctype,curl,dom,iconv,imagick,intl,json,mbstring,openssl,pcre,pdo,reflection,spl,zip'
ini-values: post_max_size=256M, max_execution_time=180, memory_limit=512M
tools: composer:v2
Expand Down

0 comments on commit 7b0023e

Please sign in to comment.