We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581d430 commit 0e17328Copy full SHA for 0e17328
.github/workflows/php.yml
@@ -9,7 +9,7 @@ jobs:
9
max-parallel: 15
10
matrix:
11
laravel-version: ['^6.0', '^7.0', '^8.0']
12
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
13
name: PHP ${{ matrix.php-versions }} on Laravel ${{ matrix.laravel-version }}
14
steps:
15
- name: Checkout
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^7.2.5",
+ "php": "^7.2.5 || ^8.0",
20
"guzzlehttp/guzzle": "^6.2 || ^7.0",
21
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0",
22
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
0 commit comments