From e28dbc74965300a2154cffb27de130fb14713923 Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Thu, 17 Oct 2024 10:35:35 +0530 Subject: [PATCH] ci: test with `1`, `lts` and `pre` versions of julia --- .github/workflows/Tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 76eaff8..554dc12 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -22,11 +22,16 @@ jobs: strategy: fail-fast: false matrix: + version: + - "1" + - "lts" + - "pre" os: - "ubuntu-latest" - "macos-latest" - "windows-latest" uses: "SciML/.github/.github/workflows/tests.yml@v1" with: + julia-version: "${{ matrix.version }}" os: "${{ matrix.os }}" secrets: "inherit"