:octocat:

This commit is contained in:
codemasher
2020-10-20 04:16:17 +02:00
parent 4ab903588f
commit 0f78bc326c
+4 -12
View File
@@ -14,10 +14,6 @@ jobs:
runs-on: ubuntu-latest
env:
PHP_EXTENSIONS: ast, gd, imagick, json, mbstring
# PHP_INI_VALUES:
steps:
- name: "Checkout"
uses: actions/checkout@v2
@@ -28,8 +24,8 @@ jobs:
php-version: "7.4"
coverage: none
tools: pecl
extensions: ${{ env.PHP_EXTENSIONS }}
# ini-values: ${{ env.PHP_INI_VALUES }}
extensions: ast, gd, imagick, json, mbstring
# ini-values:
- name: "Update dependencies with composer"
run: composer update --no-interaction --no-ansi --no-progress --no-suggest
@@ -47,10 +43,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
PHP_EXTENSIONS: gd, imagick, json, mbstring
# PHP_INI_VALUES:
strategy:
fail-fast: false
matrix:
@@ -78,8 +70,8 @@ jobs:
php-version: ${{ matrix.php-version }}
coverage: pcov
tools: pecl
extensions: ${{ env.PHP_EXTENSIONS }}
# ini-values: ${{ env.PHP_INI_VALUES }}
extensions: gd, imagick, json, mbstring
# ini-values:
- name: "Determine composer cache directory on Linux"
if: matrix.os == 'ubuntu-latest'