Skip to content

Commit f4490e5

Browse files
github-actions[bot]CompatHelper Juliagiordano
authored
CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) (#1343)
* 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 <compathelper_noreply@julialang.org> Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
1 parent 91047c0 commit f4490e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ BinaryBuilderBase = "1.31"
3737
Downloads = "1"
3838
GitHub = "5.1"
3939
HTTP = "0.8, 0.9, 1"
40-
JLD2 = "0.1.6, 0.2, 0.3, 0.4"
40+
JLD2 = "0.1.6, 0.2, 0.3, 0.4, 0.5"
4141
JLLWrappers = "1.2.0"
4242
JSON = "0.21"
4343
LoggingExtras = "0.4, 1"

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trigger:
88
- contrib
99
- src
1010
- test
11-
- Manifest.toml
11+
- Project.toml
1212

1313
# Trigger on PRs against `master`
1414
pr:
@@ -20,7 +20,7 @@ pr:
2020
- contrib
2121
- src
2222
- test
23-
- Manifest.toml
23+
- Project.toml
2424

2525
# By default, use the `Native` pool of agents
2626
pool: BinaryBuilder

0 commit comments

Comments
 (0)