From 4cb135e0b788b9b1300a37fcb57138dd4a99f0b6 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Thu, 9 Jan 2025 13:05:50 +0100 Subject: [PATCH] switch to `lts` keyword --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 760ff1b03..f76df053c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,8 @@ jobs: fail-fast: false matrix: version: + - 'lts' # minimal declared julia compat in `Project.toml` - '1' # latest stable - - '1.10' # minimal declared julia compat in `Project.toml` experimental: - false os: [ubuntu-latest, windows-latest]