Skip to content

Commit

Permalink
Fix PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Apr 8, 2024
1 parent 1ea38fb commit 1f9ff32
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 @@ -31,7 +31,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 1f9ff32

Please sign in to comment.