Skip to content

Commit

Permalink
Merge pull request #67 from ArnoStrouwen/downgrade
Browse files Browse the repository at this point in the history
Downgrade CI
  • Loading branch information
ChrisRackauckas authored Dec 23, 2023
2 parents 7ef425c + f3123a4 commit 3f1fbef
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
matrix:
group:
- Core
- Downstream
version:
- '1'
- '1.6'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down
29 changes: 29 additions & 0 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Downgrade
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
- uses: cjdoris/julia-downgrade-compat-action@v1
# if: ${{ matrix.version == '1.6' }}
with:
skip: Pkg,TOML
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ version = "1.8.0"
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"

[compat]
StaticArrayInterface = "1"
julia = "1.6"
StaticArrayInterface = "1.2"
julia = "1.9"

0 comments on commit 3f1fbef

Please sign in to comment.