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

feat(tests): trying to fix tests #477

This commit is contained in:
Awilum
2020-11-21 23:03:26 +03:00
parent 1ba2327fae
commit a3894ac3f3

View File

@@ -32,7 +32,7 @@ jobs:
if: "matrix.php < 8"
- name: Install PHP 8 dependencies
if: "matrix.php >= 8'"
if: "matrix.php >= 8"
run: composer update --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress
- name: Run Tests