mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
feat(Core): deprecate clang-9 and older (#6406)
This commit is contained in:
4
.github/SECURITY.md
vendored
4
.github/SECURITY.md
vendored
@@ -38,9 +38,7 @@ Versions of CLang:
|
||||
| 12 | :white_check_mark: |
|
||||
| 11 | :white_check_mark: |
|
||||
| 10 | :white_check_mark: |
|
||||
| 9 | :white_check_mark: |
|
||||
| 7 | :white_check_mark: |
|
||||
| 6 and lower | :red_circle: |
|
||||
| 9 and lower | :red_circle: |
|
||||
|
||||
Versions of GCC:
|
||||
|
||||
|
||||
10
.github/workflows/core_build.yml
vendored
10
.github/workflows/core_build.yml
vendored
@@ -24,21 +24,13 @@ jobs:
|
||||
- os: ubuntu-20.04
|
||||
compiler: clang12
|
||||
modules: without
|
||||
extra_logs: false
|
||||
- os: ubuntu-20.04
|
||||
compiler: clang11
|
||||
modules: without
|
||||
extra_logs: true
|
||||
- os: ubuntu-20.04
|
||||
compiler: clang11
|
||||
modules: without
|
||||
extra_logs: false
|
||||
- os: ubuntu-20.04
|
||||
compiler: clang8
|
||||
modules: without
|
||||
extra_logs: false
|
||||
- os: ubuntu-18.04
|
||||
compiler: clang7
|
||||
compiler: clang10
|
||||
modules: without
|
||||
extra_logs: false
|
||||
- os: ubuntu-18.04
|
||||
|
||||
Reference in New Issue
Block a user