Skip to content

Commit bdeedb3

Browse files
authored
Merge pull request #204 from laravel/php8
[2.x] PHP 8 Support
2 parents de6e85a + 63fdf35 commit bdeedb3

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.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
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2",
13+
"php": "^7.2|^8.0",
1414
"guzzlehttp/guzzle": "^6.0|^7.0",
1515
"illuminate/support": "^6.0|^7.0|^8.0",
1616
"symfony/console": "^4.3|^5.0",

0 commit comments

Comments
 (0)