From 08b2c7abcbcaa3d3ad565c8685a1ad0e3a0ce6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20K=2E=20Papp?= Date: Mon, 9 Dec 2024 13:46:53 +0100 Subject: [PATCH] test on an require 1.10 1.9 could still work but we cannot test on it with JET. --- .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 ff1b866..4395023 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: version: - - '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. + - '1.10' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index cad73ef..bea7863 100644 --- a/Project.toml +++ b/Project.toml @@ -14,4 +14,4 @@ ArgCheck = "1, 2" DocStringExtensions = "0.8, 0.9" OrderedCollections = "1" StaticArrays = "1" -julia = "1.9" +julia = "1.10"