Skip to content

Commit 10a00f3

Browse files
committed
upgrade php versions
1 parent f785ec9 commit 10a00f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ sudo: false
88
php:
99
- 7.2
1010
- 7.3
11+
- 7.4
12+
- 8.0
13+
- 8.1
1114

1215
matrix:
1316

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.2"
20+
"php": "^7.2|^7.4|^8.0|^8.1"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^8",

0 commit comments

Comments
 (0)