From 1b125a7490268ca6664ee98a2bd000618f61599e Mon Sep 17 00:00:00 2001 From: Graeme A Stewart Date: Thu, 31 Aug 2023 08:38:03 +0200 Subject: [PATCH] Update Julia to 1.8 We require a const global struct that only works from 1.8 onwards --- .github/workflows/CI.yml | 3 +-- Project.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c0539a5..9be7959 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,8 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1.7' + - '1.8' - '1' - 'nightly' os: diff --git a/Project.toml b/Project.toml index 8198950..5fd9b6a 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ ProfileSVG = "132c30aa-f267-4189-9183-c8a63c7e05e6" StatProfilerHTML = "a8a75453-ed82-57c9-9e16-4cd1196ecbf5" [compat] -julia = "1.6" +julia = "1.8" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"