Skip to content

Commit 000b46b

Browse files
authored
Add laravel v12 to CI (#57)
1 parent 92a5bcd commit 000b46b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [8.2, 8.3, 8.4]
12-
laravel: [10, 11]
12+
laravel: [10, 11, 12]
1313

1414
steps:
1515
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require-dev": {
2929
"codeception/module-asserts": "^3.0",
3030
"codeception/module-rest": "^3.3",
31-
"laravel/framework": "^10.0 | ^11.0"
31+
"laravel/framework": "^10.0 | ^11.0 | ^12.0"
3232
},
3333
"autoload": {
3434
"classmap": ["src/"]

0 commit comments

Comments
 (0)