Skip to content

Commit

Permalink
Merge pull request SciML#743 from SciML/ChrisRackauckas-patch-3
Browse files Browse the repository at this point in the history
Remove v1.6 from CI
  • Loading branch information
ChrisRackauckas authored Oct 1, 2023
2 parents b8a03aa + 4cca1cd commit 100bb0f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ steps:
matrix:
setup:
version:
- "1.6"
- "1"
group:
- "NNODE"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- Forward
version:
- "1"
- "1.6"
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Flux = "0.13, 0.14"
ForwardDiff = "0.10"
Functors = "0.4"
Integrals = "3.1"
IntegralsCubature = "0.2"
IntegralsCubature = "=0.2.2"
LogDensityProblems = "2"
Lux = "0.4, 0.5"
MCMCChains = "6"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Documenter = "0.27"
DomainSets = "0.6"
Flux = "0.13, 0.14"
Integrals = "3.3"
IntegralsCubature = "0.2"
IntegralsCubature = "=0.2.2"
Lux = "0.4, 0.5"
ModelingToolkit = "8.33"
NeuralPDE = "5.3"
Expand Down

0 comments on commit 100bb0f

Please sign in to comment.