Skip to content

Commit

Permalink
Ensure compatibility with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gquemener committed Dec 23, 2021
1 parent 25510bf commit 2a3f9c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,14 @@ matrix:
- php: 8.0
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"
- php: 8.1.0
env:
- DEPENDENCIES=""
- INSTALL_LIBARGON=true
- php: 8.1.0
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"
- INSTALL_LIBARGON=true

cache:
directories:
Expand All @@ -38,6 +46,7 @@ cache:
- $HOME/.local

before_script:
- if [[ $INSTALL_LIBARGON == 'true' ]]; then sudo apt-get update -y && sudo apt-get install -y libargon2-0; fi
- mkdir -p "$HOME/.php-cs-fixer"
- phpenv config-rm xdebug.ini
- composer self-update
Expand Down

0 comments on commit 2a3f9c6

Please sign in to comment.