mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
php: Install the same vendor dependencies for all php versions
This commit is contained in:
parent
f1fe2525bd
commit
1a1f96be49
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
@ -100,7 +100,9 @@ jobs:
|
||||
|
||||
- name: Setup dependencies
|
||||
run: |
|
||||
composer require -n --no-progress mockery/mockery ipl/i18n:@dev ipl/web:@dev
|
||||
composer init -n --require mockery/mockery:* --require ipl/i18n:@dev --require ipl/web:@dev
|
||||
composer config platform.php 7.2.9
|
||||
composer install -n --no-progress
|
||||
git clone --depth 1 --branch snapshot/nightly https://github.com/Icinga/icinga-php-thirdparty.git vendor/icinga-php-thirdparty
|
||||
|
||||
- name: PHPUnit
|
||||
|
Loading…
x
Reference in New Issue
Block a user