diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc3f46b7..0eedd0c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,8 @@ jobs: arch: ${{ matrix.arch }} - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@v1 + - name: Run Julia + run: julia --project=. -e 'using Pkg; Pkg.add([PackageSpec(name, rev = "breaking-0.22") for name in ("MakieCore", "Makie", "CairoMakie", "GLMakie", "WGLMakie")])' - uses: julia-actions/julia-runtest@v1 env: DISPLAY: ':0' diff --git a/Project.toml b/Project.toml index 0a0d413d..6b2a8352 100644 --- a/Project.toml +++ b/Project.toml @@ -30,11 +30,11 @@ GeoInterface = "0.5, 1.0" GeoInterfaceMakie = "0.1.6" GeoJSON = "0.6, 0.7, 0.8" Geodesy = "1.1.0" -GeometryBasics = "0.4.11" +GeometryBasics = "0.4.11, 0.5" GeometryOps = "0.1.6" ImageIO = "0.6" LinearAlgebra = "1" -Makie = "0.21.6" +Makie = "0.21.6, 0.22" NaturalEarth = "0.1" Proj = "1" Reexport = "1"