diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 1d7f9a04..8cde65ff 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -19,5 +19,13 @@ concurrency: jobs: tests: name: "Tests" + strategy: + matrix: + version: + - "1" + - "lts" + - "pre" uses: "SciML/.github/.github/workflows/tests.yml@v1" + with: + julia-version: "${{ matrix.version }}" secrets: "inherit"