Skip to content

Commit 0a26dd5

Browse files
committed
Enable ast extension in continuous integration.
1 parent b7b76b5 commit 0a26dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: shivammathur/setup-php@master
2727
with:
2828
php-version: ${{ matrix.php-versions }}
29-
extensions: xdebug,mbstring
29+
extensions: ast,mbstring,xdebug
3030

3131
- name: Get Composer Cache Directory
3232
id: composer-cache

0 commit comments

Comments
 (0)