Skip to content

Commit 8d23e04

Browse files
committed
Removed 03 tests from gha
1 parent e761617 commit 8d23e04

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.github/workflows/ci.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,152 +18,152 @@ 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,20"
51+
cxxstd: "11,14,17,2a"
5252
os: ubuntu-22.04
5353
- toolset: gcc-12
54-
cxxstd: "03,11,14,17,20,2b"
54+
cxxstd: "11,14,17,20,2b"
5555
os: ubuntu-22.04
5656
install: g++-12
5757
- toolset: gcc-13
58-
cxxstd: "03,11,14,17,20,2b"
58+
cxxstd: "11,14,17,20,2b"
5959
os: ubuntu-latest
6060
container: ubuntu:24.04
6161
install: g++-13
6262
- toolset: gcc-14
63-
cxxstd: "03,11,14,17,20,2b"
63+
cxxstd: "11,14,17,20,2b"
6464
os: ubuntu-latest
6565
container: ubuntu:24.04
6666
install: g++-14
6767
- toolset: clang
6868
compiler: clang++-3.9
69-
cxxstd: "03,11,14"
69+
cxxstd: "11,14"
7070
os: ubuntu-latest
7171
container: ubuntu:18.04
7272
install: clang-3.9
7373
- toolset: clang
7474
compiler: clang++-4.0
75-
cxxstd: "03,11,14"
75+
cxxstd: "11,14"
7676
os: ubuntu-latest
7777
container: ubuntu:18.04
7878
install: clang-4.0
7979
- toolset: clang
8080
compiler: clang++-5.0
81-
cxxstd: "03,11,14,1z"
81+
cxxstd: "11,14,1z"
8282
os: ubuntu-latest
8383
container: ubuntu:18.04
8484
install: clang-5.0
8585
- toolset: clang
8686
compiler: clang++-6.0
87-
cxxstd: "03,11,14,17"
87+
cxxstd: "11,14,17"
8888
os: ubuntu-20.04
8989
install: clang-6.0
9090
- toolset: clang
9191
compiler: clang++-7
92-
cxxstd: "03,11,14,17"
92+
cxxstd: "11,14,17"
9393
os: ubuntu-20.04
9494
install: clang-7
9595
- toolset: clang
9696
compiler: clang++-8
97-
cxxstd: "03,11,14,17"
97+
cxxstd: "11,14,17"
9898
os: ubuntu-20.04
9999
install: clang-8
100100
- toolset: clang
101101
compiler: clang++-9
102-
cxxstd: "03,11,14,17,2a"
102+
cxxstd: "11,14,17"
103103
os: ubuntu-20.04
104104
install: clang-9
105105
- toolset: clang
106106
compiler: clang++-10
107-
cxxstd: "03,11,14,17,2a"
107+
cxxstd: "11,14,17,2a"
108108
os: ubuntu-20.04
109109
- toolset: clang
110110
compiler: clang++-11
111-
cxxstd: "03,11,14,17,2a"
111+
cxxstd: "11,14,17,2a"
112112
os: ubuntu-20.04
113113
- toolset: clang
114114
compiler: clang++-12
115-
cxxstd: "03,11,14,17,20"
115+
cxxstd: "11,14,17,20"
116116
os: ubuntu-20.04
117117
- toolset: clang
118118
compiler: clang++-13
119-
cxxstd: "03,11,14,17,20,2b"
119+
cxxstd: "11,14,17,20,2b"
120120
container: ubuntu:22.04
121121
os: ubuntu-latest
122122
install: clang-13
123123
- toolset: clang
124124
compiler: clang++-14
125-
cxxstd: "03,11,14,17,20,2b"
125+
cxxstd: "11,14,17,20,2b"
126126
container: ubuntu:22.04
127127
os: ubuntu-latest
128128
install: clang-14
129129
- toolset: clang
130130
compiler: clang++-15
131-
cxxstd: "03,11,14,17,20,2b"
131+
cxxstd: "11,14,17,20,2b"
132132
container: ubuntu:22.04
133133
os: ubuntu-latest
134134
install: clang-15
135135
- toolset: clang
136136
compiler: clang++-16
137-
cxxstd: "03,11,14,17,20,2b"
137+
cxxstd: "11,14,17,20,2b"
138138
container: ubuntu:24.04
139139
os: ubuntu-latest
140140
install: clang-16
141141
- toolset: clang
142142
compiler: clang++-17
143-
cxxstd: "03,11,14,17,20,2b"
143+
cxxstd: "11,14,17,20,2b"
144144
container: ubuntu:24.04
145145
os: ubuntu-latest
146146
install: clang-17
147147
- toolset: clang
148148
compiler: clang++-18
149-
cxxstd: "03,11,14,17,20,2b"
149+
cxxstd: "11,14,17,20,2b"
150150
container: ubuntu:24.04
151151
os: ubuntu-latest
152152
install: clang-18
153153
- toolset: clang
154154
compiler: clang++-19
155-
cxxstd: "03,11,14,17,20,2b"
155+
cxxstd: "11,14,17,20,2b"
156156
container: ubuntu:24.10
157157
os: ubuntu-latest
158158
install: clang-19
159159
- toolset: clang
160-
cxxstd: "03,11,14,17,20,2b"
160+
cxxstd: "11,14,17,20,2b"
161161
os: macos-13
162162
- toolset: clang
163-
cxxstd: "03,11,14,17,20,2b"
163+
cxxstd: "11,14,17,20,2b"
164164
os: macos-14
165165
- toolset: clang
166-
cxxstd: "03,11,14,17,20,2b"
166+
cxxstd: "11,14,17,20,2b"
167167
os: macos-15
168168

169169
runs-on: ${{matrix.os}}
@@ -260,7 +260,7 @@ jobs:
260260
addrmd: 32,64
261261
os: windows-2022
262262
- toolset: gcc
263-
cxxstd: "03,11,14,17,2a"
263+
cxxstd: "11,14,17,2a"
264264
addrmd: 64
265265
os: windows-2019
266266

0 commit comments

Comments
 (0)