Skip to content

Commit 9ad67d3

Browse files
committed
Run unit tests on PHP8
1 parent 49169d0 commit 9ad67d3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ env:
1616

1717
matrix:
1818
include:
19+
- name: 'PHP8'
20+
dist: focal
21+
php: nightly
22+
env:
23+
- RUN_PHPCSFIXER="FALSE"
24+
- REPORT_COVERAGE="FALSE"
1925
- name: 'PHPStan'
2026
php: 7.4
2127
env:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"homepage": "http://sabre.io/dav/",
1111
"license": "BSD-3-Clause",
1212
"require": {
13-
"php" : "^7.1",
13+
"php" : "^7.1 || ^8.0",
1414
"sabre/xml" : "^2.0"
1515
},
1616
"authors": [

0 commit comments

Comments
 (0)