Do not build with lowest PHPStan version

This commit is contained in:
Ondrej Mirtes 2021-03-26 19:43:54 +01:00
parent f9f5616cb2
commit d835bf339c
No known key found for this signature in database
GPG Key ID: 8E730BA25823D8B5

View File

@ -128,9 +128,6 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
dependencies:
- "lowest"
- "highest"
steps:
- name: "Checkout"
@ -144,12 +141,7 @@ jobs:
extensions: mbstring
tools: composer:v2
- name: "Install lowest dependencies"
if: ${{ matrix.dependencies == 'lowest' }}
run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest"
- name: "Install highest dependencies"
if: ${{ matrix.dependencies == 'highest' }}
- name: "Install dependencies"
run: "composer update --no-interaction --no-progress --no-suggest"
- name: "Update PHPUnit"