Skip to content

Commit c1b1af1

Browse files
Merge pull request #3131 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents 41de08f + 51af9ae commit c1b1af1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28+
version:
29+
- "1"
30+
- "lts"
31+
- "pre"
2832
group:
2933
- InterfaceI
3034
- InterfaceII
@@ -35,5 +39,6 @@ jobs:
3539
- RegressionI
3640
uses: "SciML/.github/.github/workflows/tests.yml@v1"
3741
with:
42+
julia-version: "${{ matrix.version }}"
3843
group: "${{ matrix.group }}"
3944
secrets: "inherit"

0 commit comments

Comments
 (0)