From e0c6d338e8354d657f6df65cc4712c8bae8355de Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Thu, 17 Oct 2024 11:00:05 +0530 Subject: [PATCH] ci: test with `1`, `lts` and `pre` versions of julia --- .github/workflows/Tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 2d2f6b2..1795c7e 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -24,7 +24,8 @@ jobs: matrix: version: - "1" - - "1.10" + - "lts" + - "pre" uses: "SciML/.github/.github/workflows/tests.yml@v1" with: julia-version: "${{ matrix.version }}"