Skip to content

Commit 6db5917

Browse files
authored
Add PHP 8 support, test and laravel version test (#125)
* Add PHP 8 support, test and laravel version test * ci fix
1 parent 9252b0a commit 6db5917

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.0
78

89
env:
9-
matrix:
10-
- COMPOSER_FLAGS="--prefer-lowest"
11-
- COMPOSER_FLAGS=""
10+
matrix:
11+
- COMPOSER_FLAGS="--prefer-lowest"
12+
- COMPOSER_FLAGS=""
1213

1314
before_script:
1415
- travis_retry composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.2.0",
28+
"php": "^7.2.0|^8.0",
2929
"berkayk/onesignal-laravel": "^1.0.0",
3030
"illuminate/notifications": "5.*|^6.0|^7.0|^8.0",
3131
"illuminate/support": "5.*|^6.0|^7.0|^8.0"

0 commit comments

Comments
 (0)