Skip to content

Commit

Permalink
Update CI (#130)
Browse files Browse the repository at this point in the history
* Run tests in Julia 1.6, 1.7 (1) and nightly

* Bump patch version
  • Loading branch information
lbenet committed Dec 3, 2021
1 parent 8c1f48b commit 40f0b2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.5', '1', 'nightly']
julia-version: ['1.6', '1', 'nightly']
julia-arch: [x64]
os: [ubuntu-latest, macOS-latest, windows-latest]
# # 32-bit Julia binaries are not available on macOS
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
@@ -1,7 +1,7 @@
name = "TaylorModels"
uuid = "314ce334-5f6e-57ae-acf6-00b6e903104a"
repo = "https://github.com/JuliaIntervals/TaylorModels.jl.git"
version = "0.5.0"
version = "0.5.1"

[deps]
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
Expand All @@ -17,11 +17,11 @@ TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
[compat]
IntervalArithmetic = "^0.20"
IntervalRootFinding = "0.5"
RecipesBase = "0.8, 1.0"
Reexport = "0.2, 1.0"
RecipesBase = "1"
Reexport = "1"
TaylorIntegration = "0.7, 0.8"
TaylorSeries = "0.10, 0.11"
julia = "1.5, 1.6"
julia = "1.5, 1.6, 1.7"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

2 comments on commit 40f0b2b

@lbenet
Copy link
Member Author

@lbenet lbenet commented on 40f0b2b Dec 3, 2021

Choose a reason for hiding this comment

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

@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/49817

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 v0.5.1 -m "<description of version>" 40f0b2bc2b91c9d6e3a21883191109458d798922
git push origin v0.5.1

Please sign in to comment.