We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a5bcd commit 000b46bCopy full SHA for 000b46b
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
php: [8.2, 8.3, 8.4]
12
- laravel: [10, 11]
+ laravel: [10, 11, 12]
13
14
steps:
15
- name: Checkout code
composer.json
@@ -28,7 +28,7 @@
28
"require-dev": {
29
"codeception/module-asserts": "^3.0",
30
"codeception/module-rest": "^3.3",
31
- "laravel/framework": "^10.0 | ^11.0"
+ "laravel/framework": "^10.0 | ^11.0 | ^12.0"
32
},
33
"autoload": {
34
"classmap": ["src/"]
0 commit comments