From 8ba161dc8c11950c610e7a07d8087986561240ad Mon Sep 17 00:00:00 2001 From: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:31:10 +0200 Subject: [PATCH 1/3] Bump GLMakie --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cacb448f..82f8f57e 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ GeoParamsGLMakieExt = "GLMakie" BibTeX = "0.1" DelimitedFiles = "1.0" ForwardDiff = "0.10.36" -GLMakie = "0.8, 0.9, 0.10" +GLMakie = "0.10.3" InternedStrings = "0.7" Interpolations = "0.13, 0.14, 0.15" KernelDensitySJ = "0.2" From 60491446405ee43cc713093890dda47016800e0a Mon Sep 17 00:00:00 2001 From: Albert de Montserrat Date: Fri, 28 Jun 2024 19:53:58 +0200 Subject: [PATCH 2/3] trigger CI? --- test/test_Energy.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Energy.jl b/test/test_Energy.jl index 470366a4..525a0e98 100644 --- a/test/test_Energy.jl +++ b/test/test_Energy.jl @@ -10,7 +10,7 @@ using StaticArrays # Heat capacity --------- # Constant heat capacity - Cp1 = ConstantHeatCapacity() + Cp1 = ConstantHeatCapacity() info = param_info(Cp1) @test isbits(Cp1) @test Cp1.Cp.val == 1050.0 From b9d80e26b4f4479be05f540306d9718307ac3466 Mon Sep 17 00:00:00 2001 From: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:14:56 +0200 Subject: [PATCH 3/3] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 3514c836..423ef088 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -19,7 +19,7 @@ jobs: - '1.8' - '1.9' - '1.10' - - 'nightly' + - '1.11' os: - ubuntu-latest - macOS-latest