Skip to content

Commit

Permalink
Make compatible with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Mar 28, 2023
1 parent 4086d57 commit 6e48184
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@ jobs:
env: COMPOSER_VERSION="2.4.*"
- php: 8.0
env: COMPOSER_VERSION="2.5.*"
- php: 8.1
env: COMPOSER_VERSION="1.10.*"
- php: 8.1
env: COMPOSER_VERSION="2.0.*"
- php: 8.1
env: COMPOSER_VERSION="2.1.*"
- php: 8.1
env: COMPOSER_VERSION="2.2.*"
- php: 8.1
env: COMPOSER_VERSION="2.3.*"
- php: 8.1
env: COMPOSER_VERSION="2.4.*"
- php: 8.1
env: COMPOSER_VERSION="2.5.*"
- php: nightly
env: COMPOSER_VERSION="1.10.*"
- php: nightly
Expand Down

0 comments on commit 6e48184

Please sign in to comment.