Skip to content

Commit 19aca80

Browse files
authored
Merge pull request #126 from codedge/php8
Support PHP 8
2 parents 40b6d2f + 6485487 commit 19aca80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
php: ['7.3', '7.4']
8+
php: ['7.3', '7.4', '8.0']
99
laravel: [6.*, 7.*, 8.*]
1010
dependency-version: [prefer-stable]
1111
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"require": {
56-
"php": ">=7.3",
56+
"php": "^7.3|^7.4|^8.0",
5757
"ext-json": "*",
5858
"ext-zip": "*",
5959
"laravel/framework": "^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)