Skip to content

Commit 5bf2180

Browse files
committed
Update pull_request.yml
pull_req
1 parent 060be87 commit 5bf2180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.1'
18+
php-version: '8.2'
1919
extensions: mbstring, intl
2020
ini-values: post_max_size=256M, max_execution_time=180
2121
coverage: xdebug
@@ -44,7 +44,7 @@ jobs:
4444
- name: PHP STatic ANalyser (phpstan)
4545
uses: php-actions/phpstan@v3
4646
with:
47+
version: latest
4748
path: 'src'
48-
php_version: '8.1'
49+
php_version: '8.2'
4950
level: 0
50-
memory_limit: 256M

0 commit comments

Comments
 (0)