From 3846fd056358e6c1b7af2a88cdcb470401ecf0cf Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Thu, 17 Oct 2024 10:58:27 +0530 Subject: [PATCH] ci: test with `1`, `lts` and `pre` versions of julia --- .github/workflows/Tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index b1b5ecd8f..b759a860b 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -24,7 +24,9 @@ jobs: fail-fast: false matrix: version: - - "1.10" + - "1" + - "lts" + - "pre" group: - "QA" - "ODEBPINN" @@ -41,6 +43,6 @@ jobs: uses: "SciML/.github/.github/workflows/tests.yml@v1" with: group: "${{ matrix.group }}" - coverage-directories: "src,ext" julia-version: "${{ matrix.version }}" + coverage-directories: "src,ext" secrets: "inherit"