diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index d5ce4f50..629f25d8 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -1,7 +1,7 @@
build:
image: default-bionic
environment:
- php: 8.1.2
+ php: 8.2
filter:
excluded_paths:
- ".github/"
diff --git a/README.md b/README.md
index 9fe6bc5e..980a7f06 100755
--- a/README.md
+++ b/README.md
@@ -27,6 +27,13 @@ Other packages to extend the features :
+## Version Compatibility
+
+| Laravel | Boilerplate |
+|:----------------|:-------------------------------------------------------------|
+| 11.x | [8.x](https://sebastienheyd.github.io/boilerplate/docs/8.x/) |
+| 6.x → 10.x | [7.x](https://sebastienheyd.github.io/boilerplate/docs/7.x/) |
+
## Documentation
The documentation is readable on [Github pages](https://sebastienheyd.github.io/boilerplate/)
diff --git a/docs/index.md b/docs/index.md
index bb7dfdf4..18c37665 100755
--- a/docs/index.md
+++ b/docs/index.md
@@ -20,7 +20,7 @@ It includes profile creation and his management, user management, roles, permiss
## Version Compatibility
-| Laravel | Boilerplate |
-|:---------|:------------------|
-| 11.x | [8.x](/docs/8.x/) |
-| 6.x-10.x | [7.x](/docs/7.x/) |
\ No newline at end of file
+| Laravel | Boilerplate |
+|:----------------|:------------------|
+| 11.x | [8.x](/docs/8.x/) |
+| 6.x → 10.x | [7.x](/docs/7.x/) |
\ No newline at end of file