From d79a2dfb0162f38fbc30eba5e79c4598b364afd4 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 29 Jul 2025 15:26:57 -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 standard 'lts' 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_NonlinearSolve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_NonlinearSolve.yml b/.github/workflows/CI_NonlinearSolve.yml index 47d464234..84aa7a2ba 100644 --- a/.github/workflows/CI_NonlinearSolve.yml +++ b/.github/workflows/CI_NonlinearSolve.yml @@ -37,8 +37,8 @@ jobs: - wrappers - misc version: - - "1.10" - "1" + - "lts" - "pre" os: - ubuntu-latest