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 cb37fc1 + 70f3371 commit 45e61a5Copy full SHA for 45e61a5
1 file changed
.github/workflows/Tests.yml
@@ -24,11 +24,16 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
+ version:
28
+ - "1"
29
+ - "lts"
30
+ - "pre"
31
os:
32
- "ubuntu-latest"
33
- "macos-latest"
34
- "windows-latest"
35
uses: "SciML/.github/.github/workflows/tests.yml@v1"
36
with:
37
+ julia-version: "${{ matrix.version }}"
38
os: "${{ matrix.os }}"
39
secrets: "inherit"
0 commit comments