:octocat: CI & dependency updates

This commit is contained in:
smiley
2024-04-19 10:01:03 +02:00
parent 181e12c70c
commit dfb4ca90ab
5 changed files with 13 additions and 7 deletions
+2 -3
View File
@@ -12,7 +12,7 @@ on:
name: "Continuous Integration"
env:
PHP_EXTENSIONS: ast, fileinfo, gd, imagick, json, mbstring
PHP_EXTENSIONS: fileinfo, gd, imagick, json, mbstring
PHP_INI_VALUES: memory_limit=-1, error_reporting=-1, display_errors=On
jobs:
@@ -40,10 +40,9 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: ${{ env.PHP_EXTENSIONS }}
extensions: ast, ${{ env.PHP_EXTENSIONS }}
ini-values: ${{ env.PHP_INI_VALUES }}
coverage: none
tools: pecl
- name: "Install dependencies with composer"
uses: ramsey/composer-install@v3