1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

feat(tests): continue improving tests #477

This commit is contained in:
Awilum
2020-11-21 21:21:10 +03:00
parent 2261430676
commit 2e1c8c14a9

View File

@@ -28,12 +28,12 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Install PHP 7 dependencies
run: composer update --dev --${{ matrix.dependency-version }} --no-interaction --no-progress
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress
if: "matrix.php < 8"
- name: Install PHP 8 dependencies
if: "matrix.php >= 8"
run: composer update --dev --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress
run: composer update --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress
- name: Run Tests
run: ./vendor/bin/pest