Skip to content

Commit 7cd36b9

Browse files
authored
Merge pull request #634 from JuliaRobotics/rd/update-ci
Update for more recent Julia versions
2 parents 512edfc + 34dbcbb commit 7cd36b9

File tree

29 files changed

+4266
-1781
lines changed

29 files changed

+4266
-1781
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.3'
19-
- '1.5'
18+
- '1.6'
19+
- '1'
2020
os:
2121
- ubuntu-latest
2222
- macOS-latest
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v2
5757
- uses: julia-actions/setup-julia@v1
5858
with:
59-
version: '1.5'
59+
version: '1.6'
6060
- run: |
6161
julia --project=docs -e '
6262
using Pkg

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "RigidBodyDynamics"
22
uuid = "366cf18f-59d5-5db9-a4de-86a9f6786172"
3-
version = "2.3.2"
3+
version = "2.4.0"
44

55
[deps]
66
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -16,15 +16,15 @@ TypeSortedCollections = "94a5cd58-49a0-5741-bd07-fa4f4be8babf"
1616
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
1717

1818
[compat]
19-
DocStringExtensions = "0.4.1, 0.5, 0.6, 0.7, 0.8"
19+
DocStringExtensions = "0.4.1, 0.5, 0.6, 0.7, 0.8, 0.9"
2020
LightXML = "0.8, 0.9"
2121
LoopThrottle = "0.1"
2222
Reexport = "0.2, 1.0"
23-
Rotations = "1"
23+
Rotations = "1.1 - 1.2"
2424
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1"
2525
TypeSortedCollections = "1"
2626
UnsafeArrays = "1"
27-
julia = "1.3"
27+
julia = "1.6"
2828

2929
[extras]
3030
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)