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 cc91963 commit f756c80Copy full SHA for f756c80
.github/workflows/tests.yml
@@ -17,7 +17,10 @@ jobs:
17
fail-fast: true
18
matrix:
19
php: ['8.0', 8.1, 8.2]
20
- laravel: [9]
+ laravel: [9, 10]
21
+ exclude:
22
+ - php: '8.0'
23
+ laravel: 10
24
25
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
26
composer.json
@@ -13,10 +13,10 @@
13
"require": {
14
"php": "^8.0",
15
"blade-ui-kit/blade-icons": "^1.1",
16
- "illuminate/support": "^9.0"
+ "illuminate/support": "^9.0|^10.0"
},
"require-dev": {
- "orchestra/testbench": "^7.0",
+ "orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.0"
"autoload": {
0 commit comments