Avoid updating phpstan in 7.2 build
parent
1daafb817d
commit
f459b9bf61
|
@ -9,7 +9,7 @@ on:
|
||||||
- 'doc/**'
|
- 'doc/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist"
|
COMPOSER_FLAGS: "--ansi --no-interaction --prefer-dist"
|
||||||
SYMFONY_PHPUNIT_VERSION: ""
|
SYMFONY_PHPUNIT_VERSION: ""
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
|
|
||||||
- name: "Install locked dependencies"
|
- name: "Install locked dependencies"
|
||||||
if: "matrix.experimental == false"
|
if: "matrix.experimental == false"
|
||||||
run: "composer config platform --unset && composer update ${{ env.COMPOSER_FLAGS }}"
|
run: "composer config platform --unset && composer install ${{ env.COMPOSER_FLAGS }}"
|
||||||
|
|
||||||
- name: "Initialize PHPUnit sources"
|
- name: "Initialize PHPUnit sources"
|
||||||
run: "vendor/bin/simple-phpunit --filter NO_TEST_JUST_AUTOLOAD_THANKS"
|
run: "vendor/bin/simple-phpunit --filter NO_TEST_JUST_AUTOLOAD_THANKS"
|
||||||
|
|
Loading…
Reference in New Issue