Skip to content

Merge pull request #12 from SciML/compathelper/new_version/2025-03-23… #10

Merge pull request #12 from SciML/compathelper/new_version/2025-03-23…

Merge pull request #12 from SciML/compathelper/new_version/2025-03-23… #10

Workflow file for this run

name: "Tests"
on:
push:
branches:
- main
tags: ['*']
pull_request:
workflow_dispatch:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
jobs:
tests:
name: "Tests"
strategy:
matrix:
version:
- "1"
- "lts"
- "pre"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
julia-version: "${{ matrix.version }}"
secrets: "inherit"