Skip to content

ci: test with 1, lts and pre versions of julia #109

ci: test with 1, lts and pre versions of julia

ci: test with 1, lts and pre versions of julia #109

Workflow file for this run

name: "Tests"
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
tests:
name: "Tests"
strategy:
matrix:
version:
- "1"
- "lts"
- "pre"
group:
- "Core"
- "Downstream"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
julia-version: "${{ matrix.version }}"
group: "${{ matrix.group }}"
secrets: "inherit"