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 22e6c4b commit c13dd13Copy full SHA for c13dd13
.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, ${{ env.PHP_EXTENSIONS }}
+ extensions: ast-1.1.3, ${{ env.PHP_EXTENSIONS }}
46
ini-values: ${{ env.PHP_INI_VALUES }}
47
coverage: none
48
0 commit comments