update workflow.yml

This commit is contained in:
Khoubza Younes
2020-12-13 13:13:08 +01:00
parent b57b253e33
commit 18f6cb637c
+4 -4
View File
@@ -91,7 +91,7 @@ jobs:
php: 5.4
phpunit: 4.8.*
name: L${{ matrix.laravel }} - P${{ matrix.php }} - ${{ matrix.dependency-version }}
name: ${{ matrix.os }} - L${{ matrix.laravel }} - P${{ matrix.php }} - ${{ matrix.dependency-version }}
steps:
- name: Checkout code
@@ -108,13 +108,13 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
# ini-values: memory_limit=-1
ini-values: memory_limit=-1
coverage: none
- name: Install dependencies
run: |
COMPOSER_MEMORY_LIMIT=-1 composer require "laravel/framework:${{ matrix.laravel }}" "phpunit/phpunit:${{ matrix.phpunit }}" "orchestra/testbench:${{ matrix.testbench }}" monolog/monolog --no-interaction --no-update
COMPOSER_MEMORY_LIMIT=-1 composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
composer require "laravel/framework:${{ matrix.laravel }}" "phpunit/phpunit:${{ matrix.phpunit }}" "orchestra/testbench:${{ matrix.testbench }}" monolog/monolog --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit