Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit d7da361

Browse files
author
Dominik František Bučík
authored
chore: add missing extensions to CI workflow
Added missing extensions to the build_and_check workflow
1 parent f0ad00f commit d7da361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
php_version: ${{ matrix.php-version }}
3131
version: 2
32-
php_extensions: json
32+
php_extensions: curl json openssl iconv intl
3333
- name: Run easy coding standard
3434
run: vendor/bin/ecs check
3535
release:
@@ -48,4 +48,4 @@ jobs:
4848
- name: Release
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
run: npm install && npx semantic-release
51+
run: npm install && npx semantic-release

0 commit comments

Comments
 (0)