Skip to content

Commit e39cc59

Browse files
authored
Merge pull request #2 from nikazooz/php-8
Add support for PHP8
2 parents 60077f0 + 4e43edc commit e39cc59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.4, 7.3, 7.2]
16+
php: [8.0, 7.4, 7.3, 7.2]
1717
laravel: [8, 7, 6]
1818
include:
1919
- laravel: 8

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2",
13+
"php": "^7.2|^8.0",
1414
"illuminate/config": "^6.0|^7.0|^8.0",
1515
"illuminate/contracts": "^6.0|^7.0|^8.0",
1616
"illuminate/http": "^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)