Skip to content

Commit

Permalink
Merge pull request #634 from JuliaRobotics/rd/update-ci
Browse files Browse the repository at this point in the history
Update for more recent Julia versions
  • Loading branch information
rdeits authored May 30, 2023
2 parents 512edfc + 34dbcbb commit 7cd36b9
Show file tree
Hide file tree
Showing 29 changed files with 4,266 additions and 1,781 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.5'
- '1.6'
- '1'
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.5'
version: '1.6'
- run: |
julia --project=docs -e '
using Pkg
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "RigidBodyDynamics"
uuid = "366cf18f-59d5-5db9-a4de-86a9f6786172"
version = "2.3.2"
version = "2.4.0"

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

[compat]
DocStringExtensions = "0.4.1, 0.5, 0.6, 0.7, 0.8"
DocStringExtensions = "0.4.1, 0.5, 0.6, 0.7, 0.8, 0.9"
LightXML = "0.8, 0.9"
LoopThrottle = "0.1"
Reexport = "0.2, 1.0"
Rotations = "1"
Rotations = "1.1 - 1.2"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1"
TypeSortedCollections = "1"
UnsafeArrays = "1"
julia = "1.3"
julia = "1.6"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
Loading

6 comments on commit 7cd36b9

@ferrolho
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Register Failed
@ferrolho, it looks like you are not a publicly listed member/owner in the parent organization (JuliaRobotics).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@ferrolho
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rdeits can you register this version please? Thanks in advance!

@rdeits
Copy link
Collaborator Author

@rdeits rdeits commented on 7cd36b9 May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/84582

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.4.0 -m "<description of version>" 7cd36b92d2f77ac70454ffe278d504a05f8c0f39
git push origin v2.4.0

@ferrolho
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.