Skip to content

Commit 26253e1

Browse files
authored
Laravel 12 support (#5)
1 parent 818d723 commit 26253e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
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]
19+
laravel: [10, 11, 12]
2020

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

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
},
2020
"require": {
2121
"php": "^8.2",
22-
"illuminate/support": "^10.0|^11.0"
22+
"illuminate/support": "^10.0|^11.0|^12.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^8.0|^9.0",
26-
"pestphp/pest": "^2.0",
27-
"pestphp/pest-plugin-laravel": "^2.0"
25+
"orchestra/testbench": "^8.0|^9.0|^10.0",
26+
"pestphp/pest": "^2.0|^3.0",
27+
"pestphp/pest-plugin-laravel": "^2.0|^3.1"
2828
},
2929
"minimum-stability": "dev",
3030
"prefer-stable": true,

0 commit comments

Comments
 (0)