Skip to content

Commit 6d2a6fb

Browse files
committed
Update to Laravel 12
1 parent fcb3fae commit 6d2a6fb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/run-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.3]
17-
laravel: [11.*]
17+
laravel: [12.*]
1818
stability: [prefer-stable]
1919
include:
20-
- laravel: 11.*
21-
testbench: 9.*
22-
carbon: ^2.63
20+
- laravel: 12.*
21+
testbench: 10.*
22+
carbon: ^3.8.4
2323

2424
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2525

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![Vue v3.x](https://img.shields.io/badge/Vue.js-v3.x-2f4053?style=for-the-badge&logo=vue.js&logoColor=39af78)](https://vuejs.org/)
99
[![Inertia.js v2.x](https://img.shields.io/badge/Inertia.js-v2.x-6765ea?style=for-the-badge&logo=inertia&logoColor=ffffff)](https://inertiajs.com/)
10-
[![Laravel v11.x](https://img.shields.io/badge/Laravel-v11.x-FF2D20?style=for-the-badge&logo=laravel)](https://laravel.com)
10+
[![Laravel v12.x](https://img.shields.io/badge/Laravel-v12.x-FF2D20?style=for-the-badge&logo=laravel)](https://laravel.com)
1111
[![Tailwind CSS v4.x](https://img.shields.io/badge/Tailwind%20CSS-v4.x-31b5f7?style=for-the-badge&logo=tailwind-css&logoColor=ffffff)](https://tailwindcss.com/)
1212
[![Tests passing](https://img.shields.io/badge/Tests-passing-green?style=for-the-badge&logo=github)](https://github.com/daniel-cintra/modular-blog/actions)
1313

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"daniel-cintra/modular": "^0.4.7",
20-
"cviebrock/eloquent-sluggable": "^11.0"
19+
"daniel-cintra/modular": "^0.4.11",
20+
"cviebrock/eloquent-sluggable": "^12.0"
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.13",
24-
"orchestra/testbench": "^9.0",
25-
"pestphp/pest": "^3.0",
26-
"pestphp/pest-plugin-laravel": "^3.0"
24+
"orchestra/testbench": "^10.0",
25+
"pestphp/pest": "^3.7",
26+
"pestphp/pest-plugin-laravel": "^3.1"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)