Skip to content

Commit

Permalink
CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) (#1343
Browse files Browse the repository at this point in the history
)

* CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat)

* [AZP] Run CI on changes to `Project.toml`

* Update azure-pipelines.yml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent 91047c0 commit f4490e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BinaryBuilderBase = "1.31"
Downloads = "1"
GitHub = "5.1"
HTTP = "0.8, 0.9, 1"
JLD2 = "0.1.6, 0.2, 0.3, 0.4"
JLD2 = "0.1.6, 0.2, 0.3, 0.4, 0.5"
JLLWrappers = "1.2.0"
JSON = "0.21"
LoggingExtras = "0.4, 1"
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trigger:
- contrib
- src
- test
- Manifest.toml
- Project.toml

# Trigger on PRs against `master`
pr:
Expand All @@ -20,7 +20,7 @@ pr:
- contrib
- src
- test
- Manifest.toml
- Project.toml

# By default, use the `Native` pool of agents
pool: BinaryBuilder
Expand Down

0 comments on commit f4490e5

Please sign in to comment.