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 a1bb8a0 commit d54ebd8Copy full SHA for d54ebd8
.github/workflows/ci.yml
@@ -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-1.1.3, var_representation, ${{ env.PHP_EXTENSIONS }}
46
ini-values: ${{ env.PHP_INI_VALUES }}
47
coverage: none
48
0 commit comments