From 55c747f2d14c1b3b46c66fe47a2f22fb0998a18b Mon Sep 17 00:00:00 2001 From: stecrotti Date: Tue, 9 Jan 2024 09:32:50 +0100 Subject: [PATCH] Use julia v1.10 --- .github/workflows/ci.yml | 1 + Project.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b5f868b..2542e222 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: version: - '1.8' - '1.9' + - '1.10' os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index a617446f..bdcfefc2 100644 --- a/Project.toml +++ b/Project.toml @@ -48,4 +48,4 @@ TensorTrains = "0.7, 0.8" Tullio = "0.3" UnPack = "1" Unzip = "0.2" -julia = "1.8, 1.9" \ No newline at end of file +julia = "1.8, 1.9, 1.10" \ No newline at end of file