Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Switch NLSolve to BracketingNonlinearSolve for stability detection #94

Switch NLSolve to BracketingNonlinearSolve for stability detection

Switch NLSolve to BracketingNonlinearSolve for stability detection #94

Workflow file for this run

name: "Tests"
on:
pull_request:
branches:
- master
push:
branches:
- master
concurrency:
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"