Skip to content

Commit 4e4f95e

Browse files
committed
Laravel 13 support
1 parent 26253e1 commit 4e4f95e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
laravel: [10, 11, 12]
19+
laravel: [10, 11, 12, 13]
2020

2121
steps:
2222
- uses: actions/checkout@v2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"require": {
2121
"php": "^8.2",
22-
"illuminate/support": "^10.0|^11.0|^12.0"
22+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^8.0|^9.0|^10.0",
25+
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
2626
"pestphp/pest": "^2.0|^3.0",
2727
"pestphp/pest-plugin-laravel": "^2.0|^3.1"
2828
},

0 commit comments

Comments
 (0)