From 1fd4070938ef92d3dd62d47bc051aa6b0d8842f2 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 29 Jul 2025 20:47:00 -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 Replace specific version '1.10' with 'lts' and add '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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8793288..8c378f9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,8 +23,9 @@ jobs: fail-fast: false matrix: version: - - '1.10' - '1' + - 'lts' + - 'pre' os: - ubuntu-latest arch: