mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 16:26:08 +00:00
feat(Cmake/Compiler): deprecated clang6 and gcc 7 (#5671)
This commit is contained in:
4
.github/SECURITY.md
vendored
4
.github/SECURITY.md
vendored
@@ -38,8 +38,8 @@ Versions of CLang:
|
||||
| 11 | :white_check_mark: |
|
||||
| 10 | :white_check_mark: |
|
||||
| 9 | :white_check_mark: |
|
||||
| 6 | :white_check_mark: |
|
||||
| 5 and lower | :red_circle: |
|
||||
| 7 | :white_check_mark: |
|
||||
| 6 and lower | :red_circle: |
|
||||
|
||||
Versions of GCC:
|
||||
|
||||
|
||||
2
.github/workflows/core_build.yml
vendored
2
.github/workflows/core_build.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
modules: without
|
||||
extra_logs: false
|
||||
- os: ubuntu-18.04
|
||||
compiler: clang # default in 18.04 is clang 6
|
||||
compiler: clang7
|
||||
modules: without
|
||||
extra_logs: false
|
||||
- os: ubuntu-18.04
|
||||
|
||||
Reference in New Issue
Block a user