Skip to content

Commit 318831b

Browse files
committed
Add Laravel 13
1 parent bfc7ac4 commit 318831b

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
php: [8.4, 8.3, 8.2]
21-
laravel: [12.*, 11.*]
21+
laravel: [13.*, 12.*, 11.*]
2222
stability: [prefer-stable]
2323
include:
24+
- laravel: 13.*
25+
testbench: 11.*
2426
- laravel: 12.*
2527
testbench: 10.*
2628
- laravel: 11.*
2729
testbench: 9.*
30+
exclude:
31+
- laravel: 13.*
32+
php: 8.2
2833
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2934
steps:
3035
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ jobs:
1919
matrix:
2020
os: [ubuntu-latest, windows-latest]
2121
php: [8.4, 8.3, 8.2]
22-
laravel: [12.*, 11.*]
22+
laravel: [13.*, 12.*, 11.*]
2323
stability: [prefer-lowest, prefer-stable]
2424
include:
25+
- laravel: 13.*
26+
testbench: 11.*
27+
carbon: 3.*
28+
collision: 8.*
2529
- laravel: 12.*
2630
testbench: 10.*
2731
carbon: 3.*
@@ -30,6 +34,9 @@ jobs:
3034
testbench: 9.*
3135
carbon: 3.*
3236
collision: 8.*
37+
exclude:
38+
- laravel: 13.*
39+
php: 8.2
3340

3441
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3542

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"larastan/larastan": "^3.0",
3434
"laravel/pint": "^1.0",
3535
"nunomaduro/collision": "^8.0",
36-
"orchestra/testbench": "^9.0|^10.0",
36+
"orchestra/testbench": "^9.0|^10.0|^11.0",
3737
"pestphp/pest": "^3.7|^4.0",
3838
"pestphp/pest-plugin-arch": "^3.0|^4.0",
3939
"pestphp/pest-plugin-laravel": "^3.0|^4.0",

0 commit comments

Comments
 (0)