From d33573e212db50c88af3b4227183a76a9995364d Mon Sep 17 00:00:00 2001 From: Azzaare Date: Fri, 11 Oct 2024 09:28:55 +0900 Subject: [PATCH] Update for new julia lts --- .github/workflows/ci.yml | 4 ++-- Project.toml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f84efbe..108967f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,9 +50,9 @@ jobs: fail-fast: false matrix: version: - - "1.8" + - "lts" # automatically expands to the latest LTS release of Julia - "1" # automatically expands to the latest stable 1.x release of Julia - - "pre" + - "pre" # automatically expands to the latest pre-release of Julia os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index f31e178..edff346 100644 --- a/Project.toml +++ b/Project.toml @@ -21,9 +21,8 @@ DataFrames = "1" Dictionaries = "0.4" MacroTools = "0.5" PrettyTables = "2" -TestItemRunner = "0.2, 1" -TestItems = "0.1, 1" -julia = "1.8" +TestItems = "1" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"