Skip to content

Commit 0da5735

Browse files
committed
Remove C++03 from ci.yml
1 parent 92c1457 commit 0da5735

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/ci.yml

+28-28
Original file line numberDiff line numberDiff line change
@@ -18,130 +18,130 @@ jobs:
1818
matrix:
1919
include:
2020
- toolset: gcc-4.8
21-
cxxstd: "03,11"
21+
cxxstd: "11"
2222
os: ubuntu-latest
2323
container: ubuntu:18.04
2424
install: g++-4.8
2525
- toolset: gcc-5
26-
cxxstd: "03,11,14,1z"
26+
cxxstd: "11,14,1z"
2727
os: ubuntu-latest
2828
container: ubuntu:18.04
2929
install: g++-5
3030
- toolset: gcc-6
31-
cxxstd: "03,11,14,1z"
31+
cxxstd: "11,14,1z"
3232
os: ubuntu-latest
3333
container: ubuntu:18.04
3434
install: g++-6
3535
- toolset: gcc-7
36-
cxxstd: "03,11,14,17"
36+
cxxstd: "11,14,17"
3737
os: ubuntu-latest
3838
container: ubuntu:18.04
3939
- toolset: gcc-8
40-
cxxstd: "03,11,14,17,2a"
40+
cxxstd: "11,14,17,2a"
4141
os: ubuntu-20.04
4242
install: g++-8
4343
- toolset: gcc-9
44-
cxxstd: "03,11,14,17,2a"
44+
cxxstd: "11,14,17,2a"
4545
os: ubuntu-20.04
4646
- toolset: gcc-10
47-
cxxstd: "03,11,14,17,2a"
47+
cxxstd: "11,14,17,2a"
4848
os: ubuntu-20.04
4949
install: g++-10
5050
- toolset: gcc-11
51-
cxxstd: "03,11,14,17,2a"
51+
cxxstd: "11,14,17,2a"
5252
os: ubuntu-20.04
5353
install: g++-11
5454
- toolset: gcc-12
55-
cxxstd: "03,11,14,17,20,2b"
55+
cxxstd: "11,14,17,20,2b"
5656
os: ubuntu-22.04
5757
install: g++-12
5858
- toolset: gcc-13
59-
cxxstd: "03,11,14,17,20,2b"
59+
cxxstd: "11,14,17,20,2b"
6060
os: ubuntu-latest
6161
container: ubuntu:23.04
6262
install: g++-13
6363
- toolset: clang
6464
compiler: clang++-3.9
65-
cxxstd: "03,11,14"
65+
cxxstd: "11,14"
6666
os: ubuntu-latest
6767
container: ubuntu:18.04
6868
install: clang-3.9
6969
- toolset: clang
7070
compiler: clang++-4.0
71-
cxxstd: "03,11,14"
71+
cxxstd: "11,14"
7272
os: ubuntu-latest
7373
container: ubuntu:18.04
7474
install: clang-4.0
7575
- toolset: clang
7676
compiler: clang++-5.0
77-
cxxstd: "03,11,14,1z"
77+
cxxstd: "11,14,1z"
7878
os: ubuntu-latest
7979
container: ubuntu:18.04
8080
install: clang-5.0
8181
- toolset: clang
8282
compiler: clang++-6.0
83-
cxxstd: "03,11,14,17"
83+
cxxstd: "11,14,17"
8484
os: ubuntu-20.04
8585
install: clang-6.0
8686
- toolset: clang
8787
compiler: clang++-7
88-
cxxstd: "03,11,14,17"
88+
cxxstd: "11,14,17"
8989
os: ubuntu-20.04
9090
install: clang-7
9191
- toolset: clang
9292
compiler: clang++-8
93-
cxxstd: "03,11,14,17"
93+
cxxstd: "11,14,17"
9494
os: ubuntu-20.04
9595
install: clang-8
9696
- toolset: clang
9797
compiler: clang++-9
98-
cxxstd: "03,11,14,17"
98+
cxxstd: "11,14,17"
9999
os: ubuntu-20.04
100100
install: clang-9
101101
- toolset: clang
102102
compiler: clang++-10
103-
cxxstd: "03,11,14,17,2a"
103+
cxxstd: "11,14,17,2a"
104104
os: ubuntu-20.04
105105
- toolset: clang
106106
compiler: clang++-11
107-
cxxstd: "03,11,14,17,2a"
107+
cxxstd: "11,14,17,2a"
108108
os: ubuntu-20.04
109109
- toolset: clang
110110
compiler: clang++-12
111-
cxxstd: "03,11,14,17,20"
111+
cxxstd: "11,14,17,20"
112112
os: ubuntu-20.04
113113
- toolset: clang
114114
compiler: clang++-13
115-
cxxstd: "03,11,14,17,20,2b"
115+
cxxstd: "11,14,17,20,2b"
116116
container: ubuntu:22.04
117117
os: ubuntu-latest
118118
install: clang-13
119119
- toolset: clang
120120
compiler: clang++-14
121-
cxxstd: "03,11,14,17,20,2b"
121+
cxxstd: "11,14,17,20,2b"
122122
container: ubuntu:22.04
123123
os: ubuntu-latest
124124
install: clang-14
125125
- toolset: clang
126126
compiler: clang++-15
127-
cxxstd: "03,11,14,17,20,2b"
127+
cxxstd: "11,14,17,20,2b"
128128
container: ubuntu:22.04
129129
os: ubuntu-latest
130130
install: clang-15
131131
- toolset: clang
132132
compiler: clang++-16
133-
cxxstd: "03,11,14,17,20,2b"
133+
cxxstd: "11,14,17,20,2b"
134134
os: ubuntu-latest
135135
container: ubuntu:23.04
136136
install: clang-16
137137
- toolset: clang
138-
cxxstd: "03,11,14,17,2a"
138+
cxxstd: "11,14,17,2a"
139139
os: macos-11
140140
- toolset: clang
141-
cxxstd: "03,11,14,17,20,2b"
141+
cxxstd: "11,14,17,20,2b"
142142
os: macos-12
143143
- toolset: clang
144-
cxxstd: "03,11,14,17,20,2b"
144+
cxxstd: "11,14,17,20,2b"
145145
os: macos-13
146146

147147
runs-on: ${{matrix.os}}
@@ -220,7 +220,7 @@ jobs:
220220
addrmd: 32,64
221221
os: windows-2022
222222
- toolset: gcc
223-
cxxstd: "03,11,14,17,2a"
223+
cxxstd: "11,14,17,2a"
224224
addrmd: 64
225225
os: windows-2019
226226

0 commit comments

Comments
 (0)