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.
2 parents cef9cf0 + c4e6af4 commit f37f0c1Copy full SHA for f37f0c1
.github/workflows/tests.yml
@@ -14,7 +14,10 @@ jobs:
14
fail-fast: true
15
matrix:
16
php: [7.2, 7.3, 7.4]
17
- laravel: [^6.0, ^7.0]
+ laravel: [^6.0, ^7.0, ^8.0]
18
+ exclude:
19
+ - php: 7.2
20
+ laravel: ^8.0
21
22
name: P${{ matrix.php }} - L${{ matrix.laravel }}
23
composer.json
@@ -12,12 +12,12 @@
12
"require": {
13
"php": "^7.2",
"guzzlehttp/guzzle": "^6.0|^7.0",
- "illuminate/support": "^6.0|^7.0",
+ "illuminate/support": "^6.0|^7.0|^8.0",
"symfony/console": "^4.3|^5.0",
"symfony/process": "^4.3|^5.0"
},
"require-dev": {
- "phpunit/phpunit": "^8.0"
+ "phpunit/phpunit": "^8.0|^9.0"
"suggest": {
"ext-posix": "Required to determine the System user on Unix systems."
0 commit comments