From 41659ef73d8dffe05b618d0004bda4f463d88bbb Mon Sep 17 00:00:00 2001 From: Miles Lucas Date: Wed, 26 Apr 2023 14:57:53 -1000 Subject: [PATCH] update min ci version --- .github/workflows/ci.yml | 2 +- Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08f3122..864531c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: version: - - "1.5" + - "1.6" - "1" - "nightly" os: diff --git a/Project.toml b/Project.toml index ad092af..1d2aeeb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ADI" uuid = "904a6c7d-4c1b-562f-9573-ab2e7e1c7946" authors = ["Miles Lucas "] -version = "0.8.1" +version = "0.9.0" [deps] ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471" @@ -45,4 +45,4 @@ StaticArrays = "0.12, 1.0" StaticKernels = "0.5, 0.6, 0.7, 0.8" StatsBase = "0.33" StructArrays = "0.4, 0.5, 0.6" -julia = "1.5" +julia = "1.6"