Skip to content

Commit 1013cc0

Browse files
authored
Merge pull request #6 from DirectoryTree/copilot/add-laravel-13-compatibility
Add Laravel 13 and Pest v4 compatibility
2 parents 486e4a9 + 6c187f4 commit 1013cc0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
php: [8.4, 8.3, 8.2]
1414
include:
1515
- php: 8.4
16+
laravel: 13.*
17+
testbench: 11.*
18+
19+
- php: 8.3
1620
laravel: 12.*
1721
testbench: 10.*
1822

19-
- php: 8.3
23+
- php: 8.2
2024
laravel: 11.*
2125
testbench: 9.*
2226

23-
- php: 8.2
24-
laravel: 10.*
25-
testbench: 8.*
26-
2727
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2828

2929
steps:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"require": {
1919
"php": "^8.1",
2020
"directorytree/imapengine": "^1.19.0",
21-
"illuminate/contracts": "^10.0|^11.0|^12.0"
21+
"illuminate/contracts": "^10.0|^11.0|^12.0|^13.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",
2525
"nunomaduro/collision": "^7.10|^8.1",
26-
"orchestra/testbench": "^8.22|^9.0|^10.0",
27-
"pestphp/pest": "^2.0|^3.0",
28-
"pestphp/pest-plugin-arch": "^2.0|^3.0",
29-
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
26+
"orchestra/testbench": "^8.22|^9.0|^10.0|^11.0",
27+
"pestphp/pest": "^2.0|^3.0|^4.0",
28+
"pestphp/pest-plugin-arch": "^2.0|^3.0|^4.0",
29+
"pestphp/pest-plugin-laravel": "^2.0|^3.0|^4.0",
3030
"spatie/laravel-ray": "^1.35"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)