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 a11aced commit b881052Copy full SHA for b881052
.github/workflows/tests.yaml
@@ -14,10 +14,12 @@ jobs:
14
fail-fast: false
15
matrix:
16
php: [8.2, 8.3, 8.4]
17
- laravel: [11.*]
+ laravel: [11.*, 12.*]
18
include:
19
- laravel: 11.*
20
testbench: 9.*
21
+ - laravel: 12.*
22
+ testbench: 10.*
23
24
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
25
composer.json
@@ -23,7 +23,7 @@
"require": {
"php": "^8.2",
"ext-json": "*",
26
- "illuminate/support": "^11.0",
+ "illuminate/support": "^11.0|^12.0",
27
"cloudinary/cloudinary_php": "^3.0",
28
"league/flysystem": "^3.29"
29
},
0 commit comments