Skip to content

Commit

Permalink
Make compatible with Composer 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Mar 28, 2023
1 parent 68c5a82 commit 24e39ff
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 @@ -27,6 +27,8 @@ jobs:
env: COMPOSER_VERSION="2.2.*"
- php: 7.4
env: COMPOSER_VERSION="2.3.*"
- php: 7.4
env: COMPOSER_VERSION="2.4.*"
- php: 8.0
env: COMPOSER_VERSION="1.10.*"
- php: 8.0
Expand All @@ -37,6 +39,8 @@ jobs:
env: COMPOSER_VERSION="2.2.*"
- php: 8.0
env: COMPOSER_VERSION="2.3.*"
- php: 8.0
env: COMPOSER_VERSION="2.4.*"
- php: nightly
env: COMPOSER_VERSION="1.10.*"
- php: nightly
Expand All @@ -47,6 +51,8 @@ jobs:
env: COMPOSER_VERSION="2.2.*"
- php: nightly
env: COMPOSER_VERSION="2.3.*"
- php: nightly
env: COMPOSER_VERSION="2.4.*"

allow_failures:
- php: nightly
Expand Down

0 comments on commit 24e39ff

Please sign in to comment.