Skip to content

Commit e38a74a

Browse files
committed
C++20 is the minimum
1 parent 0d3be31 commit e38a74a

File tree

13 files changed

+94
-594
lines changed

13 files changed

+94
-594
lines changed

.drone.star

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def main(ctx):
1414
return generate(
1515
# Compilers
1616
[
17-
'gcc >=5.0',
18-
'clang >=3.9',
17+
'gcc >=10.0',
18+
'clang >=10.0',
1919
'msvc >=14.1',
2020
'arm64-gcc latest',
2121
's390x-gcc latest',
@@ -27,7 +27,7 @@ def main(ctx):
2727
'x86-msvc latest'
2828
],
2929
# Standards
30-
'>=11',
30+
'>=20',
3131
packages=['zlib1g', 'zlib1g-dev', 'libbrotli-dev'])
3232

3333
# from https://github.com/cppalliance/ci-automation

0 commit comments

Comments
 (0)