Skip to content

Commit 7fcda3b

Browse files
author
Alexandru Bucur
authored
Merge pull request #149 from lucasmichot/feature/github-action-extension
Add json extension within GitHub action.
2 parents fd52e3b + cf84470 commit 7fcda3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: shivammathur/setup-php@v2
2525
with:
2626
coverage: none
27-
extensions: curl
27+
extensions: curl, json
2828
php-version: ${{ matrix.php }}
2929
tools: composer:v2
3030

0 commit comments

Comments
 (0)