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 21ec240 + 8eda604 commit b8c1567Copy full SHA for b8c1567
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