Skip to content

Commit 0e17328

Browse files
committed
Adding PHP 8 support
1 parent 581d430 commit 0e17328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 15
1010
matrix:
1111
laravel-version: ['^6.0', '^7.0', '^8.0']
12-
php-versions: ['7.3', '7.4']
12+
php-versions: ['7.3', '7.4', '8.0']
1313
name: PHP ${{ matrix.php-versions }} on Laravel ${{ matrix.laravel-version }}
1414
steps:
1515
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2.5",
19+
"php": "^7.2.5 || ^8.0",
2020
"guzzlehttp/guzzle": "^6.2 || ^7.0",
2121
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0",
2222
"illuminate/support": "^6.0 || ^7.0 || ^8.0"

0 commit comments

Comments
 (0)