Skip to content

Commit

Permalink
phpstan-src to use PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Dec 30, 2024
1 parent ab61f42 commit 7f7b479
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
-
repo: phpstan/phpstan-src
cdaArgs: --disable-ext-analysis --config=build/composer-dependency-analyser.php
php: 8.4
-
repo: qossmic/deptrac-src
-
Expand Down Expand Up @@ -236,7 +237,7 @@ jobs:
name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: ${{ matrix.php || '8.3' }}
ini-file: development

-
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/refresh-e2e.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function outputYaml(array $items): void
$result[] = [
'repo' => 'phpstan/phpstan-src',
'cdaArgs' => '--config=build/composer-dependency-analyser.php',
'php' => '8.4',
];
$result[] = [
'repo' => 'qossmic/deptrac-src',
Expand Down

0 comments on commit 7f7b479

Please sign in to comment.