Skip to content

Commit 03ad09b

Browse files
⬆️ Update tested JSON libraries (#260)
* bump the json libraries being used * bost json dropped the standalone mode in 1.79 boostorg/json@d20a814 Co-authored-by: Dominik Thalhammer <dominik@thalhammer.it>
1 parent 24953a6 commit 03ad09b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/actions/install/boost-json/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: The desired Boost.JSON version to install
66
required: false
7-
default: "1.77.0"
7+
default: "1.78.0"
88
runs:
99
using: composite
1010
steps:

.github/actions/install/danielaparker-jsoncons/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: The desired jsoncons version to install
66
required: false
7-
default: "0.167.1"
7+
default: "0.168.7"
88
runs:
99
using: composite
1010
steps:

.github/actions/install/nlohmann-json/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: The desired nlohmann-json version to install
66
required: false
7-
default: "3.10.4"
7+
default: "3.11.2"
88
runs:
99
using: composite
1010
steps:

.github/workflows/traits.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
target:
16-
- { name: "danielaparker-jsoncons", tag: "0.167.1", version: "v0.167.1" }
17-
- { name: "boost-json", tag: "1.77.0", version: "v1.77.0" }
18-
- { name: "nlohmann-json", tag: "3.10.4", version: "v3.10.4" }
16+
- { name: "danielaparker-jsoncons", tag: "0.168.7", version: "v0.168.7" }
17+
- { name: "boost-json", tag: "1.78.0", version: "v1.80.0" }
18+
- { name: "nlohmann-json", tag: "3.11.2", version: "v3.11.2" }
1919
- { name: "kazuho-picojson", tag: "111c9be5188f7350c2eac9ddaedd8cca3d7bf394", version: "111c9be" }
2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)