Skip to content

Commit

Permalink
Make compatible with Composer 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Mar 28, 2023
1 parent b0d8cdb commit 68c5a82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
env: COMPOSER_VERSION="2.1.*"
- php: 7.4
env: COMPOSER_VERSION="2.2.*"
- php: 7.4
env: COMPOSER_VERSION="2.3.*"
- php: 8.0
env: COMPOSER_VERSION="1.10.*"
- php: 8.0
Expand All @@ -33,6 +35,8 @@ jobs:
env: COMPOSER_VERSION="2.1.*"
- php: 8.0
env: COMPOSER_VERSION="2.2.*"
- php: 8.0
env: COMPOSER_VERSION="2.3.*"
- php: nightly
env: COMPOSER_VERSION="1.10.*"
- php: nightly
Expand All @@ -41,6 +45,8 @@ jobs:
env: COMPOSER_VERSION="2.1.*"
- php: nightly
env: COMPOSER_VERSION="2.2.*"
- php: nightly
env: COMPOSER_VERSION="2.3.*"

allow_failures:
- php: nightly
Expand Down

0 comments on commit 68c5a82

Please sign in to comment.