mirror of
https://github.com/danog/phpdoc-parser.git
synced 2025-01-22 13:51:20 +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.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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user