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:
parent
6658383b46
commit
58acfdb43b
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user