Skip to content

Commit 5893aac

Browse files
committed
:octocat: CI update
1 parent 9294d74 commit 5893aac

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
@@ -29,7 +29,7 @@ jobs:
2929
- "8.2"
3030
- "8.3"
3131
- "8.4"
32-
# - "8.5"
32+
- "8.5"
3333

3434
env:
3535
PHAN_ALLOW_XDEBUG: 0
@@ -43,7 +43,7 @@ jobs:
4343
uses: shivammathur/setup-php@v2
4444
with:
4545
php-version: ${{ matrix.php-version }}
46-
extensions: ast, ${{ env.PHP_EXTENSIONS }}
46+
extensions: ast-1.1.3, var_representation, ${{ env.PHP_EXTENSIONS }}
4747
ini-values: ${{ env.PHP_INI_VALUES }}
4848
coverage: none
4949

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ext-curl": "*",
4040
"ext-json": "*",
4141
"ext-sodium": "*",
42-
"phan/phan": "^5.5.2",
42+
"phan/phan": "6.0.0-beta",
4343
"phpmd/phpmd": "^2.15",
4444
"phpstan/phpstan": "^2.1.31",
4545
"phpstan/phpstan-deprecation-rules": "^2.0.3",

0 commit comments

Comments
 (0)