From fd3c873c2d632d30735107c54cdb05c6e878a3a6 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Thu, 24 Oct 2024 13:46:06 +0200 Subject: [PATCH] transition CI to 1.10 --- .github/workflows/ci.yml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1128781..81cb448 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' # LTS (lowest supported `julia` version declared in `Project.toml`) + - '1.10' # LTS (lowest supported `julia` version declared in `Project.toml`) - '1' # latest stable experimental: - false diff --git a/Project.toml b/Project.toml index 397b86f..36247ea 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ Random = "<0.0.1, 1" Reexport = "1" StableRNGs = "1" Statistics = "<0.0.1, 1" -julia = "1.6" +julia = "1.10" [extras] Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"