2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-19 04:42:15 +00:00

ci: GCC version requirement is >=5.0

This commit is contained in:
Alan de Freitas
2025-10-21 19:41:13 -05:00
parent 83d8166d50
commit f27306e613
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ def main(ctx):
return generate(
# Compilers
[
'gcc >=4.8',
'gcc >=5.0',
'clang >=3.8',
'msvc >=14.1',
'arm64-gcc latest',

View File

@@ -57,7 +57,7 @@ jobs:
id: cpp-matrix
with:
compilers: |
gcc >=4.8
gcc >=5.0
clang >=3.8
msvc >=14.20
apple-clang *

View File

@@ -138,9 +138,9 @@ work without exceptions if desired.
Boost.URL is tested with the following compilers:
* clang: 3.8, 4, 5, 6, 7, 8, 9, 10, 11, 12
* gcc: 4.8, 4.9, 5, 6, 7, 8, 9, 10, 11
* msvc: 14.0, 14.1, 14.2, 14.3
* clang: >=3.8
* gcc: >=5
* msvc: >=14
and these architectures: x86, x64, ARM64, S390x