From d31ebbf4120c909352a1bf5d4dbd843e08bc7184 Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Thu, 17 Oct 2024 10:35:20 +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 a011daf..334bbe6 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -32,11 +32,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"