Do not ignore PHP 8 platform requirements
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
run: composer update ${{ matrix.php == '8.0' && '--ignore-platform-req=php' || '' }}
|
run: composer update
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Run analysis
|
name: Run analysis
|
||||||
|
|||||||
Reference in New Issue
Block a user