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.
2 parents 0e48848 + 81fc11f commit d5c32f5Copy full SHA for d5c32f5
src/pages/paas/laravel/how-tos/choose-version.mdx
@@ -34,6 +34,7 @@ import Head from "next/head";
34
{text: '8.1',},
35
{text: '8.2',},
36
{text: '8.3',},
37
+ {text: '8.4',},
38
].map((item, index) => (
39
<li
40
key={index}
@@ -65,7 +66,8 @@ import Head from "next/head";
65
66
{text: 'Laravel 8.^',},
67
{text: 'Laravel 9.^',},
68
{text: 'Laravel 10.^',},
- {text: 'Laravel 11',},
69
+ {text: 'Laravel 11.^',},
70
+ {text: 'Laravel 12.^',},
71
72
73
0 commit comments