From e044805f60552342798e57516939f275e53ed6ff Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:28:38 +0200 Subject: [PATCH] Fix Julia version in downstream tests --- .github/workflows/Downstream.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 953c7934..8db8fc8a 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -14,7 +14,9 @@ jobs: strategy: fail-fast: false matrix: - julia-version: [1,1.10] + julia-version: + - '1' # Latest Release + - '1.10' # future LTS os: [ubuntu-latest] package: - {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}