Skip to content

Commit df7e35b

Browse files
authored
Merge pull request #20 from laravel/php8
[8.x] PHP 8 Support
2 parents 233ffc9 + b54cdc9 commit df7e35b

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.1, 7.2, 7.3, 7.4]
16+
php: [7.1, 7.2, 7.3, 7.4, 8.0]
1717

1818
name: PHP ${{ matrix.php }}
1919

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.1.3",
17+
"php": "^7.1.3|^8.0",
1818
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)