From 7c7329c44c4a2a459290413718d2252981b256a5 Mon Sep 17 00:00:00 2001 From: GiggleLiu Date: Thu, 15 Aug 2024 15:18:41 +0800 Subject: [PATCH] update --- .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 27886d4..ab65e72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: matrix: version: - '1' + - '1.8' os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index 613aa19..94d8653 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ StatsBase = "0.34" Suppressor = "0.2" LuxorGraphPlot = "0.5.1" TreeWidthSolver = "0.1.0" -julia = "1.9" +julia = "1.8" [extras] Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"