We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c224d + c74baa8 commit 53f0d81Copy full SHA for 53f0d81
1 file changed
.github/workflows/Tests.yml
@@ -13,5 +13,13 @@ concurrency:
13
jobs:
14
tests:
15
name: "Tests"
16
+ strategy:
17
+ matrix:
18
+ version:
19
+ - "1"
20
+ - "lts"
21
+ - "pre"
22
uses: "SciML/.github/.github/workflows/tests.yml@v1"
23
+ with:
24
+ julia-version: "${{ matrix.version }}"
25
secrets: "inherit"
0 commit comments