Skip to content

Commit 923f645

Browse files
committed
Test against PHP 8.0
* Drop < PHP 7.3 in TravisCI * Bump eloquent/phony-phpunit to 7.1 * Bump phpunit to 9.5
1 parent 5cb6852 commit 923f645

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
language: php
22

33
php:
4-
- 7.0
5-
- 7.1
6-
- 7.2
4+
- 7.3
5+
- 7.4
6+
- 8.0
77
- nightly
88

99
matrix:
1010
fast_finish: true
1111
allow_failures:
1212
- php: nightly
1313
include:
14-
- php: 7.0
14+
- php: 7.3
1515
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
1616

1717
before_script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"psr/http-server-middleware": "^1.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^6.0",
18-
"eloquent/phony-phpunit": "^3.0",
17+
"phpunit/phpunit": "^9.5",
18+
"eloquent/phony-phpunit": "^7.1.0",
1919
"eloquent/liberator": "^2.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)