Skip to content

Commit

Permalink
Php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rdex committed Feb 10, 2021
1 parent 99ea6ab commit addf85e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ sudo: false
before_install:
- docker run -d --rm -p 127.0.0.1:6379:6379 redis:${REDIS_VERSION:=3}
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
- composer install --no-interaction
script:
- vendor/bin/phpunit tests
matrix:
Expand All @@ -15,6 +14,4 @@ matrix:
- php: 7.2
- php: 7.3
- php: 7.4
- php: nightly
allow_failures:
- php: nightly
- php: 8.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.0",
"php": ">=7.0",
"ext-mbstring": "*",
"predis/predis": "^1.1.1"
},
Expand Down

0 comments on commit addf85e

Please sign in to comment.