Skip to content

Commit 4ffc86e

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

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
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
php-version: ${{ matrix.php-versions }}
2929
extensions: ast,mbstring,xdebug
30-
30+
tools: pecl
3131
- name: Get Composer Cache Directory
3232
id: composer-cache
3333
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

0 commit comments

Comments
 (0)