mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-01 19:00:20 +02:00
Fix build error with lowest deps on php7.4
This commit is contained in:
8
.github/workflows/continuous-integration.yml
vendored
8
.github/workflows/continuous-integration.yml
vendored
@@ -152,6 +152,10 @@ jobs:
|
||||
- name: "Change dependencies"
|
||||
run: "composer require --no-update --no-interaction --dev elasticsearch/elasticsearch:^${{ matrix.es-version }}"
|
||||
|
||||
- name: "Allow composer plugin to run"
|
||||
if: "matrix.php-version == '7.4' && matrix.dependencies == 'lowest'"
|
||||
run: "composer config allow-plugins.ocramius/package-versions true"
|
||||
|
||||
- name: "Update dependencies with composer"
|
||||
uses: "ramsey/composer-install@v1"
|
||||
with:
|
||||
@@ -229,6 +233,10 @@ jobs:
|
||||
composer remove --no-update --dev graylog2/gelf-php ruflin/elastica elasticsearch/elasticsearch rollbar/rollbar
|
||||
composer require --no-update --no-interaction --dev elasticsearch/elasticsearch:^8
|
||||
|
||||
- name: "Allow composer plugin to run"
|
||||
if: "matrix.php-version == '7.4' && matrix.dependencies == 'lowest'"
|
||||
run: "composer config allow-plugins.ocramius/package-versions true"
|
||||
|
||||
- name: "Update dependencies with composer"
|
||||
uses: "ramsey/composer-install@v1"
|
||||
with:
|
||||
|
Reference in New Issue
Block a user