Skip to content

Commit

Permalink
Drop 03 and old libzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
gummif committed Jul 6, 2021
1 parent c817589 commit dec80e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cppstd: ["03", "11", "20"]
cppstd: ["98", "11", "20"]
buildtype: ["cmake"]
drafts: ["ON"]
libzmq: ["4.3.4"]
include:
- cppstd: 11
buildtype: "pkgconfig"
drafts: "ON"
libzmq: "4.2.0"
drafts: "OFF"
libzmq: "4.3.4"
- cppstd: 20
buildtype: "cmake"
drafts: "OFF"
Expand All @@ -37,3 +37,4 @@ jobs:
BUILD_TYPE: ${{ matrix.buildtype }}
ENABLE_DRAFTS: ${{ matrix.drafts }}
ZMQ_VERSION: ${{ matrix.libzmq }}
VERBOSE: 1

0 comments on commit dec80e2

Please sign in to comment.