Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CI
on:
push:
branches:
- master
- main
tags: ['*']
pull_request:
branches:
- master
- main
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
Expand All @@ -21,7 +21,8 @@ jobs:
matrix:
version:
# - '1.0'
- '1.9'
- '1.10'
- '1.11'
- 'nightly'
os:
- ubuntu-latest
Expand Down
32 changes: 16 additions & 16 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,30 +45,30 @@ VMRobotControlMakieExt = "Makie"

[compat]
BenchmarkTools = "1"
ColorTypes = ">= 0.11"
Colors = ">= 0.12"
DataStructures = ">= 0.18"
DifferentialEquations = "7"
ColorTypes = "0.11"
Colors = "0.12"
DataStructures = "0.18"
DiffResults = "1"
DigitalAssetExchangeFormatIO = ">= 1.1.2" # This is required, previous versions broken
DifferentialEquations = "7"
DigitalAssetExchangeFormatIO = "1.1.2"
EzXML = "1"
FileIO = "1"
ForwardDiff = ">= 0.10"
ForwardDiff = "0.10"
FunctionWrappers = "1"
GeometryBasics = ">= 0.4"
GeometryBasics = "0.4"
Graphs = "1"
JSON = ">= 0.21"
LoopVectorization = ">= 0.12"
Makie = ">= 0.21"
MeshIO = ">= 0.4"
Observables = ">= 0.5"
JSON = "0.21"
LoopVectorization = "0.12"
Makie = "0.21"
MeshIO = "0.4, 0.5"
Observables = "0.5"
OrderedCollections = "1"
PreallocationTools = ">= 0.4"
ResultTypes = "4"
StaticArrays = ">= 1.8.1" # Manual
StatsBase = ">= 0.34"
Pkg = "1"
PreallocationTools = "0.4"
ResultTypes = "4"
SparseArrays = "1"
StaticArrays = "1.8.1"
StatsBase = "0.34"

[extras]
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Expand Down