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 41748cd commit 2fd3220Copy full SHA for 2fd3220
2 files changed
.github/workflows/tests.yml
@@ -5,6 +5,8 @@ on:
5
branches:
6
- main
7
pull_request:
8
+ branches:
9
+ - laravel-13-support
10
11
jobs:
12
tests:
@@ -22,6 +24,9 @@ jobs:
22
24
- laravel: "12.*"
23
25
testbench: "10.*"
26
php: "8.3"
27
+ - laravel: "13.*"
28
+ testbench: "11.*"
29
+ php: "8.4"
30
31
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
32
composer.json
@@ -13,7 +13,7 @@
13
}
14
],
15
"require": {
16
- "illuminate/support": "^10.0|^11.0|^12.0"
+ "illuminate/support": "^10.0|^11.0|^12.0|^13.0"
17
},
18
"autoload": {
19
"psr-4": {
@@ -39,6 +39,6 @@
39
40
41
"require-dev": {
42
- "orchestra/testbench": "^8.0|^9.0|^10.0"
+ "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0"
43
44
0 commit comments