Skip to content

Commit 7f32d93

Browse files
committed
Prepare for PHP 8
1 parent 457c788 commit 7f32d93

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
- php-scrutinizer-run
88
environment:
99
php:
10-
version: '8.0'
10+
version: '8.0.1'
1111

1212
before_commands:
1313
- 'composer update -o --prefer-source --no-interaction'

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: php
22
os: linux
3-
dist: xenial
3+
dist: bionic
44

55
notifications:
66
email: false
77

88
php:
9-
- '8.0'
10-
- 'nightly'
9+
- 8.0
10+
- nightly
1111

1212
cache:
1313
directories:
@@ -16,7 +16,7 @@ cache:
1616
jobs:
1717
fast_finish: true
1818
allow_failures:
19-
- php: 'nightly'
19+
- php: nightly
2020

2121
install:
2222
- travis_retry composer update -o --prefer-source --no-interaction

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"exclude-from-classmap": [
3232
"/Tests/"
3333
]
34-
},e logs -f
34+
},
3535
"require-dev": {
36-
"phpunit/phpunit": "^7",
36+
"phpunit/phpunit": "~8",
3737
"mikey179/vfsstream": "~1",
3838
"phpbench/phpbench": "@dev"
3939
},

0 commit comments

Comments
 (0)