Skip to content

Commit cee02b1

Browse files
committed
Run unit tests on PHP8
1 parent 7828691 commit cee02b1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ env:
2525

2626
matrix:
2727
include:
28+
- name: 'PHP8'
29+
dist: focal
30+
php: nightly
31+
addons:
32+
postgresql: '12'
33+
env:
34+
- RUN_PHPCSFIXER="FALSE"
35+
- REPORT_COVERAGE="FALSE"
2836
- name: 'PHPStan'
2937
php: 7.4
3038
env:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.1.0",
17+
"php": "^7.1.0 || ^8.0",
1818
"sabre/vobject": "^4.2.1",
1919
"sabre/event" : "^5.0",
2020
"sabre/xml" : "^2.0.1",

0 commit comments

Comments
 (0)