Skip to content

Commit

Permalink
Merge pull request #211 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 de6e5c0 + f812956 commit 0cee8ce
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 28 deletions.
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
26 changes: 12 additions & 14 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MonteCarloIntegration = "4886b29c-78c9-11e9-0a6e-41e1f4161f7b"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"

[weakdeps]
Expand All @@ -33,27 +32,26 @@ IntegralsZygoteExt = ["Zygote", "ChainRulesCore"]
[compat]
Aqua = "0.8"
Arblib = "1"
ChainRulesCore = "0.10.7, 1"
CommonSolve = "0.2"
Cuba = "2"
Cubature = "1"
Distributions = "0.23, 0.24, 0.25"
ChainRulesCore = "1.16"
CommonSolve = "0.2.4"
Cuba = "2.2"
Cubature = "1.5"
Distributions = "0.25.87"
FastGaussQuadrature = "0.5"
FiniteDiff = "2"
ForwardDiff = "0.10"
HCubature = "1.4"
FiniteDiff = "2.12"
ForwardDiff = "0.10.19"
HCubature = "1.5"
LinearAlgebra = "1.9"
MonteCarloIntegration = "0.0.1, 0.0.2, 0.0.3, 0.1"
MonteCarloIntegration = "0.0.3, 0.1"
Pkg = "1"
QuadGK = "2.9"
Reexport = "0.2, 1.0"
Requires = "1"
Reexport = "1.0"
SafeTestsets = "0.1"
SciMLBase = "2.6"
SciMLSensitivity = "7"
SciMLSensitivity = "7.41"
StaticArrays = "1"
Test = "1"
Zygote = "0.4.22, 0.5, 0.6"
Zygote = "0.6.60"
julia = "1.9"

[extras]
Expand Down
1 change: 0 additions & 1 deletion src/Integrals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ using Reexport, MonteCarloIntegration, QuadGK, HCubature
using LinearAlgebra

include("common.jl")
include("init.jl")
include("algorithms.jl")
include("infinity_handling.jl")
include("quadrules.jl")
Expand Down
13 changes: 0 additions & 13 deletions src/init.jl

This file was deleted.

0 comments on commit 0cee8ce

Please sign in to comment.