Skip to content

Commit 40b22bb

Browse files
committed
:octocat:
1 parent c90e011 commit 40b22bb

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
@@ -31,7 +31,7 @@ jobs:
3131
- "8.2"
3232
- "8.3"
3333
- "8.4"
34-
# - "8.5"
34+
- "8.5"
3535

3636
env:
3737
PHAN_ALLOW_XDEBUG: 0
@@ -45,7 +45,7 @@ jobs:
4545
uses: shivammathur/setup-php@v2
4646
with:
4747
php-version: ${{ matrix.php-version }}
48-
extensions: ast, ${{ env.PHP_EXTENSIONS }}
48+
extensions: ast-1.1.3, var_representation, ${{ env.PHP_EXTENSIONS }}
4949
ini-values: ${{ env.PHP_INI_VALUES }}
5050
coverage: none
5151

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"require-dev": {
5555
"ext-fileinfo": "*",
5656
"chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
57-
"phan/phan": "^5.5.1",
57+
"phan/phan": "^5.5.1 || 6.0.0-beta",
5858
"phpcompatibility/php-compatibility": "10.x-dev",
5959
"phpunit/phpunit": "^9.6",
6060
"phpmd/phpmd": "^2.15",

0 commit comments

Comments
 (0)