Use new format for newer PHP versions on composer --ignore-platform-req=php+

Ref: https://github.com/composer/composer/releases/tag/2.2.0
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2022-01-03 12:49:39 +01:00
parent 6658383b46
commit 58acfdb43b
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -69,7 +69,7 @@ jobs:
experimental: [false]
os: [ubuntu-latest]
include:
- { php-version: 'nightly', composer-options: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
- { php-version: 'nightly', composer-options: '--ignore-platform-req=php+', experimental: true, os: ubuntu-latest }
steps:
- uses: actions/checkout@v2
- name: Install gettext