Skip to content

Commit dec80e2

Browse files
committed
Drop 03 and old libzmq
1 parent c817589 commit dec80e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
cppstd: ["03", "11", "20"]
10+
cppstd: ["98", "11", "20"]
1111
buildtype: ["cmake"]
1212
drafts: ["ON"]
1313
libzmq: ["4.3.4"]
1414
include:
1515
- cppstd: 11
1616
buildtype: "pkgconfig"
17-
drafts: "ON"
18-
libzmq: "4.2.0"
17+
drafts: "OFF"
18+
libzmq: "4.3.4"
1919
- cppstd: 20
2020
buildtype: "cmake"
2121
drafts: "OFF"
@@ -37,3 +37,4 @@ jobs:
3737
BUILD_TYPE: ${{ matrix.buildtype }}
3838
ENABLE_DRAFTS: ${{ matrix.drafts }}
3939
ZMQ_VERSION: ${{ matrix.libzmq }}
40+
VERBOSE: 1

0 commit comments

Comments
 (0)