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 c13dd13 commit 5358522Copy full SHA for 5358522
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- "8.2"
33
- "8.3"
34
- "8.4"
35
- - "8.5"
+# - "8.5"
36
37
steps:
38
- name: "Checkout"
@@ -42,7 +42,7 @@ jobs:
42
uses: shivammathur/setup-php@v2
43
with:
44
php-version: ${{ matrix.php-version }}
45
- extensions: ast-1.1.3, ${{ env.PHP_EXTENSIONS }}
+ extensions: ast, ${{ env.PHP_EXTENSIONS }}
46
ini-values: ${{ env.PHP_INI_VALUES }}
47
coverage: none
48
composer.json
@@ -55,7 +55,7 @@
55
"ext-fileinfo": "*",
56
"chillerlan/php-authenticator": "^5.2.1",
57
"intervention/image": "^3.11",
58
- "phan/phan": "v6.x-dev",
+ "phan/phan": "^5.5.2",
59
"phpbench/phpbench": "^1.4",
60
"phpunit/phpunit": "^11.5",
61
"phpmd/phpmd": "^2.15",
0 commit comments