Skip to content

Commit c1fd0aa

Browse files
Add downgrade compatibility CI
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent 730b95c commit c1fd0aa

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/Downgrade.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Downgrade
2+
on:
3+
pull_request:
4+
branches:
5+
- master
6+
paths-ignore:
7+
- 'docs/**'
8+
push:
9+
branches:
10+
- master
11+
paths-ignore:
12+
- 'docs/**'
13+
jobs:
14+
test:
15+
name: Downgrade
16+
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
17+
with:
18+
julia-version: "lts"
19+
secrets: "inherit"

0 commit comments

Comments
 (0)