Skip to content
Snippets Groups Projects

fix: Added required php extensions to build_and_check.yml

Closed Pavel Břoušek requested to merge github/fork/BaranekD/build_and_check_exts into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -29,7 +29,7 @@ jobs:
with:
php_version: ${{ matrix.php-version }}
version: 2
php_extensions: curl json openssl iconv intl
php_extensions: ctype curl date dom filter hash iconv intl json mbstring openssl pcre simplexml SPL tokenizer xml xmlwriter zlib
- name: Run easy coding standard
run: vendor/bin/ecs check
release:
Loading