We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82051d commit bdc9dc3Copy full SHA for bdc9dc3
.github/workflows/main.yml
@@ -27,7 +27,6 @@ jobs:
27
exclude:
28
- php: '8.0'
29
laravel: 10
30
- - php: '8.0'
31
32
name: P${{ matrix.php }} - L${{ matrix.laravel }}
33
composer.json
@@ -17,7 +17,7 @@
17
],
18
"require": {
19
"php": "^8.0|^8.1|^8.2|^8.3",
20
- "illuminate/support": "^8.0|^9.0|^10.0"
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0"
21
},
22
"require-dev": {
23
"doctrine/dbal": "^3.3",
0 commit comments