Skip to content

Commit d5c32f5

Browse files
authored
docs: add php 8.4 & laravel 12 to laravel/how-tos/choose-version
2 parents 0e48848 + 81fc11f commit d5c32f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/paas/laravel/how-tos/choose-version.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import Head from "next/head";
3434
{text: '8.1',},
3535
{text: '8.2',},
3636
{text: '8.3',},
37+
{text: '8.4',},
3738
].map((item, index) => (
3839
<li
3940
key={index}
@@ -65,7 +66,8 @@ import Head from "next/head";
6566
{text: 'Laravel 8.^',},
6667
{text: 'Laravel 9.^',},
6768
{text: 'Laravel 10.^',},
68-
{text: 'Laravel 11',},
69+
{text: 'Laravel 11.^',},
70+
{text: 'Laravel 12.^',},
6971
].map((item, index) => (
7072
<li
7173
key={index}

0 commit comments

Comments
 (0)