From 89476db250b707120fb81daa736e7f00dad133d9 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 29 Jul 2025 15:23:42 -0400 Subject: [PATCH] Update CI to test on Julia 1, lts, and pre versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add 'lts' and 'pre' version testing to align with SciML ecosystem standards and ensure compatibility across all supported Julia versions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 43fed526..2f1fe169 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,6 +19,8 @@ jobs: - Core version: - '1' + - 'lts' + - 'pre' steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2