mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 06:06:45 +02:00
feat(tests): okey, try to skip tests of windows-lastest and php 8 #477
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
if: "matrix.php < 8"
|
||||
|
||||
- name: Install PHP 8 dependencies
|
||||
if: "matrix.php >= 8"
|
||||
if: "matrix.php >= 8 && matrix.os == 'windows-latest'"
|
||||
run: composer update --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress
|
||||
|
||||
- name: Run Tests
|
||||
|
Reference in New Issue
Block a user