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 463a764 commit f29547cCopy full SHA for f29547c
.github/workflows/tests.yml
@@ -11,10 +11,15 @@ jobs:
11
fail-fast: false
12
matrix:
13
php: ['7.4', '8.0', '8.1']
14
- laravel: ['8.0']
+ laravel: ['8.0', '9.0']
15
include:
16
- laravel: '8.0'
17
testbench: '6.0'
18
+ - laravel: '9.0'
19
+ testbench: '7.0'
20
+ exclude:
21
22
+ php: '7.4'
23
24
name: Laravel ${{ matrix.laravel }} (PHP ${{ matrix.php }})
25
composer.json
@@ -13,8 +13,8 @@
"require": {
"php": "^7.4|^8.0",
"kreait/firebase-php": "^6.0",
- "illuminate/contracts": "^8.0",
- "illuminate/support": "^8.0",
+ "illuminate/contracts": "^8.0 || ^9.0",
+ "illuminate/support": "^8.0 || ^9.0",
"symfony/cache": "^5.4|^6.0"
},
"require-dev": {
0 commit comments