Skip to content

Commit 5358522

Browse files
committed
🚒 still not ready
1 parent c13dd13 commit 5358522

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- "8.2"
3333
- "8.3"
3434
- "8.4"
35-
- "8.5"
35+
# - "8.5"
3636

3737
steps:
3838
- name: "Checkout"
@@ -42,7 +42,7 @@ jobs:
4242
uses: shivammathur/setup-php@v2
4343
with:
4444
php-version: ${{ matrix.php-version }}
45-
extensions: ast-1.1.3, ${{ env.PHP_EXTENSIONS }}
45+
extensions: ast, ${{ env.PHP_EXTENSIONS }}
4646
ini-values: ${{ env.PHP_INI_VALUES }}
4747
coverage: none
4848

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ext-fileinfo": "*",
5656
"chillerlan/php-authenticator": "^5.2.1",
5757
"intervention/image": "^3.11",
58-
"phan/phan": "v6.x-dev",
58+
"phan/phan": "^5.5.2",
5959
"phpbench/phpbench": "^1.4",
6060
"phpunit/phpunit": "^11.5",
6161
"phpmd/phpmd": "^2.15",

0 commit comments

Comments
 (0)