Skip to content

Commit f29547c

Browse files
marcrobertsjeromegamez
authored andcommitted
Add support for Lavel 9.x
1 parent 463a764 commit f29547c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php: ['7.4', '8.0', '8.1']
14-
laravel: ['8.0']
14+
laravel: ['8.0', '9.0']
1515
include:
1616
- laravel: '8.0'
1717
testbench: '6.0'
18+
- laravel: '9.0'
19+
testbench: '7.0'
20+
exclude:
21+
- laravel: '9.0'
22+
php: '7.4'
1823

1924
name: Laravel ${{ matrix.laravel }} (PHP ${{ matrix.php }})
2025

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"require": {
1414
"php": "^7.4|^8.0",
1515
"kreait/firebase-php": "^6.0",
16-
"illuminate/contracts": "^8.0",
17-
"illuminate/support": "^8.0",
16+
"illuminate/contracts": "^8.0 || ^9.0",
17+
"illuminate/support": "^8.0 || ^9.0",
1818
"symfony/cache": "^5.4|^6.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)