mirror of
https://github.com/danog/phpdoc-parser.git
synced 2025-01-22 22:01:36 +01:00
Do not build with lowest PHPStan version
This commit is contained in:
parent
f9f5616cb2
commit
d835bf339c
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -128,9 +128,6 @@ jobs:
|
|||||||
- "7.3"
|
- "7.3"
|
||||||
- "7.4"
|
- "7.4"
|
||||||
- "8.0"
|
- "8.0"
|
||||||
dependencies:
|
|
||||||
- "lowest"
|
|
||||||
- "highest"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
@ -144,12 +141,7 @@ jobs:
|
|||||||
extensions: mbstring
|
extensions: mbstring
|
||||||
tools: composer:v2
|
tools: composer:v2
|
||||||
|
|
||||||
- name: "Install lowest dependencies"
|
- name: "Install dependencies"
|
||||||
if: ${{ matrix.dependencies == 'lowest' }}
|
|
||||||
run: "composer update --prefer-lowest --no-interaction --no-progress --no-suggest"
|
|
||||||
|
|
||||||
- name: "Install highest dependencies"
|
|
||||||
if: ${{ matrix.dependencies == 'highest' }}
|
|
||||||
run: "composer update --no-interaction --no-progress --no-suggest"
|
run: "composer update --no-interaction --no-progress --no-suggest"
|
||||||
|
|
||||||
- name: "Update PHPUnit"
|
- name: "Update PHPUnit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user