We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9294d74 commit 5893aacCopy full SHA for 5893aac
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- "8.2"
30
- "8.3"
31
- "8.4"
32
-# - "8.5"
+ - "8.5"
33
34
env:
35
PHAN_ALLOW_XDEBUG: 0
@@ -43,7 +43,7 @@ jobs:
43
uses: shivammathur/setup-php@v2
44
with:
45
php-version: ${{ matrix.php-version }}
46
- extensions: ast, ${{ env.PHP_EXTENSIONS }}
+ extensions: ast-1.1.3, var_representation, ${{ env.PHP_EXTENSIONS }}
47
ini-values: ${{ env.PHP_INI_VALUES }}
48
coverage: none
49
composer.json
@@ -39,7 +39,7 @@
39
"ext-curl": "*",
40
"ext-json": "*",
41
"ext-sodium": "*",
42
- "phan/phan": "^5.5.2",
+ "phan/phan": "6.0.0-beta",
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^2.1.31",
"phpstan/phpstan-deprecation-rules": "^2.0.3",
0 commit comments