Skip to content

Commit 7f7b479

Browse files
committed
phpstan-src to use PHP 8.4
1 parent ab61f42 commit 7f7b479

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/e2e.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
-
177177
repo: phpstan/phpstan-src
178178
cdaArgs: --disable-ext-analysis --config=build/composer-dependency-analyser.php
179+
php: 8.4
179180
-
180181
repo: qossmic/deptrac-src
181182
-
@@ -236,7 +237,7 @@ jobs:
236237
name: Setup PHP
237238
uses: shivammathur/setup-php@v2
238239
with:
239-
php-version: 8.3
240+
php-version: ${{ matrix.php || '8.3' }}
240241
ini-file: development
241242

242243
-

composer.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/refresh-e2e.php

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function outputYaml(array $items): void
8282
$result[] = [
8383
'repo' => 'phpstan/phpstan-src',
8484
'cdaArgs' => '--config=build/composer-dependency-analyser.php',
85+
'php' => '8.4',
8586
];
8687
$result[] = [
8788
'repo' => 'qossmic/deptrac-src',

0 commit comments

Comments
 (0)