Skip to content

chore(deps): update NonlinearSolveBase requirement from 1.5 to 1.5, 2.5 in the all-julia-packages group across 1 directory #57

chore(deps): update NonlinearSolveBase requirement from 1.5 to 1.5, 2.5 in the all-julia-packages group across 1 directory

chore(deps): update NonlinearSolveBase requirement from 1.5 to 1.5, 2.5 in the all-julia-packages group across 1 directory #57

Workflow file for this run

name: "Tests"
on:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
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:
group: "CPU"
julia-version: "${{ matrix.version }}"
secrets: "inherit"