Skip to content

Commit 070a3cb

Browse files
committed
ci: drop C++03
1 parent 8b4f813 commit 070a3cb

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/ci.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -18,161 +18,161 @@ jobs:
1818
matrix:
1919
include:
2020
- toolset: gcc-4.8
21-
cxxstd: "03,11"
21+
cxxstd: "11"
2222
container: ubuntu:18.04
2323
os: ubuntu-latest
2424
install: g++-4.8
2525
- toolset: gcc-5
26-
cxxstd: "03,11,14,1z"
26+
cxxstd: "11,14,1z"
2727
container: ubuntu:18.04
2828
os: ubuntu-latest
2929
install: g++-5
3030
- toolset: gcc-6
31-
cxxstd: "03,11,14,1z"
31+
cxxstd: "11,14,1z"
3232
container: ubuntu:18.04
3333
os: ubuntu-latest
3434
install: g++-6
3535
- toolset: gcc-7
36-
cxxstd: "03,11,14,17"
36+
cxxstd: "11,14,17"
3737
container: ubuntu:18.04
3838
os: ubuntu-latest
3939
install: g++-7
4040
- toolset: gcc-8
41-
cxxstd: "03,11,14,17,2a"
41+
cxxstd: "11,14,17,2a"
4242
container: ubuntu:18.04
4343
os: ubuntu-latest
4444
install: g++-8
4545
- toolset: gcc-9
46-
cxxstd: "03,11,14,17,2a"
46+
cxxstd: "11,14,17,2a"
4747
container: ubuntu:20.04
4848
os: ubuntu-latest
4949
- toolset: gcc-10
50-
cxxstd: "03,11,14,17,2a"
50+
cxxstd: "11,14,17,2a"
5151
container: ubuntu:20.04
5252
os: ubuntu-latest
5353
install: g++-10
5454
- toolset: gcc-11
55-
cxxstd: "03,11,14,17,2a"
55+
cxxstd: "11,14,17,2a"
5656
os: ubuntu-22.04
5757
install: g++-11
5858
- toolset: gcc-12
59-
cxxstd: "03,11,14,17,20,2b"
59+
cxxstd: "11,14,17,20,2b"
6060
os: ubuntu-22.04
6161
install: g++-12
6262
- toolset: gcc-13
63-
cxxstd: "03,11,14,17,20,2b"
63+
cxxstd: "11,14,17,20,2b"
6464
container: ubuntu:24.04
6565
os: ubuntu-latest
6666
install: g++-13
6767
- toolset: gcc-14
68-
cxxstd: "03,11,14,17,20,2b"
68+
cxxstd: "11,14,17,20,2b"
6969
container: ubuntu:24.04
7070
os: ubuntu-latest
7171
install: g++-14
7272
- toolset: clang
7373
compiler: clang++-3.9
74-
cxxstd: "03,11,14"
74+
cxxstd: "11,14"
7575
container: ubuntu:18.04
7676
os: ubuntu-latest
7777
install: clang-3.9
7878
- toolset: clang
7979
compiler: clang++-4.0
80-
cxxstd: "03,11,14"
80+
cxxstd: "11,14"
8181
container: ubuntu:18.04
8282
os: ubuntu-latest
8383
install: clang-4.0
8484
- toolset: clang
8585
compiler: clang++-5.0
86-
cxxstd: "03,11,14,1z"
86+
cxxstd: "11,14,1z"
8787
container: ubuntu:18.04
8888
os: ubuntu-latest
8989
install: clang-5.0
9090
- toolset: clang
9191
compiler: clang++-6.0
92-
cxxstd: "03,11,14,17"
92+
cxxstd: "11,14,17"
9393
container: ubuntu:20.04
9494
os: ubuntu-latest
9595
install: clang-6.0
9696
- toolset: clang
9797
compiler: clang++-7
98-
cxxstd: "03,11,14,17"
98+
cxxstd: "11,14,17"
9999
container: ubuntu:20.04
100100
os: ubuntu-latest
101101
install: clang-7
102102
- toolset: clang
103103
compiler: clang++-8
104-
cxxstd: "03,11,14,17,2a"
104+
cxxstd: "11,14,17,2a"
105105
container: ubuntu:20.04
106106
os: ubuntu-latest
107107
install: clang-8
108108
- toolset: clang
109109
compiler: clang++-9
110-
cxxstd: "03,11,14,17,2a"
110+
cxxstd: "11,14,17,2a"
111111
container: ubuntu:20.04
112112
os: ubuntu-latest
113113
install: clang-9
114114
- toolset: clang
115115
compiler: clang++-10
116-
cxxstd: "03,11,14,17,2a"
116+
cxxstd: "11,14,17,2a"
117117
container: ubuntu:20.04
118118
os: ubuntu-latest
119119
install: clang-10
120120
- toolset: clang
121121
compiler: clang++-11
122-
cxxstd: "03,11,14,17,2a"
122+
cxxstd: "11,14,17,2a"
123123
container: ubuntu:20.04
124124
os: ubuntu-latest
125125
install: clang-11
126126
- toolset: clang
127127
compiler: clang++-12
128-
cxxstd: "03,11,14,17,2a"
128+
cxxstd: "11,14,17,2a"
129129
container: ubuntu:20.04
130130
os: ubuntu-latest
131131
install: clang-12
132132
- toolset: clang
133133
compiler: clang++-13
134-
cxxstd: "03,11,14,17,20,2b"
134+
cxxstd: "11,14,17,20,2b"
135135
container: ubuntu:22.04
136136
os: ubuntu-latest
137137
install: clang-13
138138
- toolset: clang
139139
compiler: clang++-14
140-
cxxstd: "03,11,14,17,20,2b"
140+
cxxstd: "11,14,17,20,2b"
141141
container: ubuntu:22.04
142142
os: ubuntu-latest
143143
install: clang-14
144144
- toolset: clang
145145
compiler: clang++-15
146-
cxxstd: "03,11,14,17,20,2b"
146+
cxxstd: "11,14,17,20,2b"
147147
container: ubuntu:22.04
148148
os: ubuntu-latest
149149
install: clang-15
150150
- toolset: clang
151151
compiler: clang++-16
152-
cxxstd: "03,11,14,17,20,2b"
152+
cxxstd: "11,14,17,20,2b"
153153
container: ubuntu:24.04
154154
os: ubuntu-latest
155155
install: clang-16
156156
- toolset: clang
157157
compiler: clang++-17
158-
cxxstd: "03,11,14,17,20,2b"
158+
cxxstd: "11,14,17,20,2b"
159159
container: ubuntu:24.04
160160
os: ubuntu-latest
161161
install: clang-17
162162
- toolset: clang
163163
compiler: clang++-18
164-
cxxstd: "03,11,14,17,20,2b"
164+
cxxstd: "11,14,17,20,2b"
165165
container: ubuntu:24.04
166166
os: ubuntu-latest
167167
install: clang-18
168168
- toolset: clang
169-
cxxstd: "03,11,14,17,20,2b"
169+
cxxstd: "11,14,17,20,2b"
170170
os: macos-13
171171
- toolset: clang
172-
cxxstd: "03,11,14,17,20,2b"
172+
cxxstd: "11,14,17,20,2b"
173173
os: macos-14
174174
- toolset: clang
175-
cxxstd: "03,11,14,17,20,2b"
175+
cxxstd: "11,14,17,20,2b"
176176
os: macos-15
177177

178178
runs-on: ${{matrix.os}}
@@ -263,7 +263,7 @@ jobs:
263263
addrmd: 32,64
264264
os: windows-2022
265265
- toolset: gcc
266-
cxxstd: "03,11,14,17,2a"
266+
cxxstd: "11,14,17,2a"
267267
addrmd: 64
268268
os: windows-2022
269269

0 commit comments

Comments
 (0)