summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsudlud <sudlud@users.noreply.github.com>2024-06-13 21:52:22 +0200
committerGitHub <noreply@github.com>2024-06-13 21:52:22 +0200
commit278ee2a72836137b97de5469af9f8b00229238f9 (patch)
tree2f3e2ff46f1d316632ed7a7fe606151463217c6f /.github
parentf846d7947805d5fe1ab99a8f46c9c3d0e1c75658 (diff)
fix(docs): sync SECURITY.md with current CI config (#19057)
Diffstat (limited to '.github')
-rw-r--r--.github/SECURITY.md22
1 files changed, 10 insertions, 12 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
index a907ec3ec9..e7b138f777 100644
--- a/.github/SECURITY.md
+++ b/.github/SECURITY.md
@@ -37,34 +37,32 @@ Versions of CLang:
| CLang Version | Supported |
| ------------- | ------------------ |
-| 12 | :white_check_mark: |
-| 11 | :white_check_mark: |
-| 10 | :white_check_mark: |
-| 9 and lower | :red_circle: |
+| 18 | :white_check_mark: |
+| 15 | :white_check_mark: |
+| 14 and lower | :red_circle: |
Versions of GCC:
| GCC Version | Supported |
| ----------- | ------------------ |
-| 10 | :white_check_mark: |
-| 9 | :white_check_mark: |
-| 8 | :white_check_mark: |
-| 7 and lower | :red_circle: |
+| 14 | :white_check_mark: |
+| 12 | :white_check_mark: |
+| 11 and lower| :red_circle: |
Versions of Ubuntu:
| Ubuntu version | Supported |
| -------------- | ------------------ |
-| 20.04 | :white_check_mark: |
-| 18.04 and lower| :red_circle: |
+| 24.04 | :white_check_mark: |
+| 22.04 | :white_check_mark: |
+| 20.04 and lower| :red_circle: |
Versions of macOS:
| macOS Version | Supported |
| -------------- | ------------------ |
| 12 | :white_check_mark: |
-| 11 | :white_check_mark: |
-| 10.15 and lower| :red_circle: |
+| 11 and lower | :red_circle: |
**Note**: We do NOT support any repacks that may or may not have been made based on AzerothCore. This is because they are usually based on older versions and there is no way to know what is in the precompiled binaries. Instead, you should compile your binaries from the AzerothCore source. To get started, read the [Installation Guide](https://www.azerothcore.org/wiki/installation).