Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-01-03 14:49:39 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-01-03 14:49:49 +0300
commit58acfdb43b7419e0b6001ebcbea53649c29af758 (patch)
tree795b4fa6adbd74fd1c741e0efb138c7456cf2cdc /.github
parent6658383b4630098d72879e6ca4693fe2d967df55 (diff)
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 64518cd3a9..2702163406 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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