From 0aceb4dc3c612303de20e9bb1f553920e3fe076c Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Tue, 3 Sep 2024 15:43:02 +0000 Subject: [PATCH] use new 'min' option in julia setup (#75) * use new 'min' option in julia setup * update Julia compat bound --- .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 d071850..2e455b8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -52,7 +52,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: [1.6, nightly] + julia-version: [min, nightly] os: [ubuntu-latest] steps: - uses: actions/checkout@v4 diff --git a/Project.toml b/Project.toml index 4b52524..fbcab26 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MixedModelsSim" uuid = "d5ae56c5-23ca-4a1f-b505-9fc4796fc1fe" authors = ["Phillip Alday", "Douglas Bates", "Lisa DeBruine", "Reinhold Kliegl"] -version = "0.2.9" +version = "0.2.10" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -19,4 +19,4 @@ PooledArrays = "0.5, 1" PrettyTables = "0.11, 0.12, 1, 2" Statistics = "1" Tables = "1.0" -julia = "1.3" +julia = "1.6"