Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 3ad6fda

Browse files
committed
:octocat:
1 parent 1be4c76 commit 3ad6fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- main
1313

1414
env:
15-
PHP_EXTENSIONS: ast, curl, fileinfo, intl, json, mbstring, simplexml, sodium, zlib
15+
PHP_EXTENSIONS: curl, fileinfo, intl, json, mbstring, simplexml, sodium, zlib
1616
PHP_INI_VALUES: memory_limit=-1, error_reporting=-1, display_errors=On
1717

1818

@@ -42,7 +42,7 @@ jobs:
4242
uses: shivammathur/setup-php@v2
4343
with:
4444
php-version: ${{ matrix.php-version }}
45-
extensions: ${{ env.PHP_EXTENSIONS }}
45+
extensions: ast, ${{ env.PHP_EXTENSIONS }}
4646
ini-values: ${{ env.PHP_INI_VALUES }}
4747
tools: pecl
4848
coverage: none

0 commit comments

Comments
 (0)