Skip to content

Commit b18c9b6

Browse files
github-actions[bot]CompatHelper Juliagiordano
authored
CompatHelper: bump compat for CxxWrap to 0.17, (keep existing compat) (#79)
* CompatHelper: bump compat for CxxWrap to 0.17, (keep existing compat) * Bump also `libcxxwrap_julia_jll` compatibility * [CI] Disable `force_latest_compatible_version` in `julia-actions/julia-runtest` --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
1 parent 2582bb9 commit b18c9b6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@ jobs:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
7373
- uses: julia-actions/julia-runtest@v1
74+
with:
75+
# Trying to support multiple Julia versions and involving packages
76+
# which have their own strict Julia compat bounds makes always forcing
77+
# latest compatible version impossible.
78+
force_latest_compatible_version: false

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7"
1919

2020
[compat]
2121
Clang = "0.14, 0.17.4, 0.18"
22-
CxxWrap = "0.14, 0.16"
22+
CxxWrap = "0.14, 0.16, 0.17"
2323
GPUCompiler = "0.23, 0.24, 0.25, 0.26, 0.27"
2424
JSON = "0.21.4"
2525
LLVM = "6, 7, 8, 9"
@@ -30,4 +30,4 @@ Scratch = "1.1"
3030
TOML = "1"
3131
UUIDs = "1"
3232
julia = "1.9"
33-
libcxxwrap_julia_jll = "0.11, 0.13.2"
33+
libcxxwrap_julia_jll = "0.11, 0.13.2, 0.14"

0 commit comments

Comments
 (0)