Skip to content

Commit 09ba99e

Browse files
committed
Laravel 13 support
1 parent 2d4b587 commit 09ba99e

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
@@ -25,11 +25,11 @@
2525
},
2626
"require": {
2727
"php": "^8.2",
28-
"illuminate/support": "^10.0|^11.0|^12.0",
28+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
2929
"archtechx/helpers": "^0.3.2"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^8.0|^9.0|^10.0",
32+
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
3333
"pestphp/pest": "^2.0|^3.7",
3434
"phpstan/phpstan": "^1.9.8|^2.1",
3535
"pestphp/pest-plugin-laravel": "^2.0|^3.1",

0 commit comments

Comments
 (0)