We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b76b5 commit 0a26dd5Copy full SHA for 0a26dd5
.github/workflows/continuous-integration.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: shivammathur/setup-php@master
27
with:
28
php-version: ${{ matrix.php-versions }}
29
- extensions: xdebug,mbstring
+ extensions: ast,mbstring,xdebug
30
31
- name: Get Composer Cache Directory
32
id: composer-cache
0 commit comments