Skip to content

Commit 57947a5

Browse files
authored
PHP 8 Support (#425)
1 parent ae960d1 commit 57947a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
tests:
11-
1211
runs-on: ubuntu-latest
12+
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.2, 7.3, 7.4]
16+
php: [7.2, 7.3, 7.4, 8.0]
1717
laravel: [^6.0, ^7.0, ^8.0]
1818
exclude:
1919
- php: 7.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2",
17+
"php": "^7.2|^8.0",
1818
"illuminate/bus": "^6.0|^7.0|^8.0",
1919
"illuminate/contracts": "^6.0|^7.0|^8.0",
2020
"illuminate/database": "^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)