Skip to content

Commit

Permalink
Enable ast extension in continuous integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Mar 6, 2020
1 parent b7b76b5 commit 0a26dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-versions }}
extensions: xdebug,mbstring
extensions: ast,mbstring,xdebug

- name: Get Composer Cache Directory
id: composer-cache
Expand Down

0 comments on commit 0a26dd5

Please sign in to comment.