Skip to content

Commit f909eeb

Browse files
authored
Upgraded nlohmann_json and xeus (#79)
1 parent 4530dba commit f909eeb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14]
19+
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15]
2020
xeus_static_dependencies: [0]
2121
xeus_build_shared_lib: [1]
2222
include:
23-
- os: ubuntu-20.04
23+
- os: ubuntu-22.04
2424
xeus_static_dependencies: 1
2525
xeus_build_shared_lib: 0
26-
- os: ubuntu-22.04
26+
- os: ubuntu-24.04
2727
xeus_static_dependencies: 1
2828
xeus_build_shared_lib: 0
2929

@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
os: [ windows-2019, windows-2022 ]
82+
os: [ windows-2022, windows-2025 ]
8383

8484
steps:
8585
- uses: actions/checkout@v4

environment-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ dependencies:
1111
- zeromq
1212
- zeromq-static
1313
- cppzmq
14-
- xeus>=5.0.0,<6.0
14+
- xeus>=5.2.1,<6.0
1515
- OpenSSL
1616
- libopenssl-static
17-
- nlohmann_json=3.11.3
17+
- nlohmann_json=3.12.0
1818
# Test dependencies
1919
- doctest >= 2.4.6
2020
- pytest

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Unit tests
1111
# ==========
1212

13-
cmake_minimum_required(VERSION 3.1)
13+
cmake_minimum_required(VERSION 3.8)
1414

1515
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
1616
project(xeus-zmq-test)

0 commit comments

Comments
 (0)