mirror of
https://github.com/borgbase/vorta
synced 2025-01-02 21:25:48 +00:00
Bump Borg version for integration test (#2097)
This commit is contained in:
parent
090be97b7c
commit
e631cc45b2
3 changed files with 9 additions and 9 deletions
4
.github/scripts/generate-matrix.sh
vendored
4
.github/scripts/generate-matrix.sh
vendored
|
@ -11,7 +11,7 @@ if [[ "$event_name" == "workflow_dispatch" ]] || [[ "$branch_name" == "master" ]
|
||||||
echo '{
|
echo '{
|
||||||
"python-version": ["3.11"],
|
"python-version": ["3.11"],
|
||||||
"os": ["ubuntu-22.04"],
|
"os": ["ubuntu-22.04"],
|
||||||
"borg-version": ["1.1.18", "1.2.8", "1.4.0", "2.0.0b12"],
|
"borg-version": ["1.1.18", "1.2.8", "1.4.0"],
|
||||||
"exclude": [{"borg-version": "2.0.0b12", "python-version": "3.8"}]
|
"exclude": [{"borg-version": "2.0.0b12", "python-version": "3.8"}]
|
||||||
}' | jq -c . > matrix-integration.json
|
}' | jq -c . > matrix-integration.json
|
||||||
|
|
||||||
|
@ -25,6 +25,6 @@ elif [[ "$event_name" == "push" ]] || [[ "$event_name" == "pull_request" ]]; the
|
||||||
echo '{
|
echo '{
|
||||||
"python-version": ["3.11"],
|
"python-version": ["3.11"],
|
||||||
"os": ["ubuntu-22.04"],
|
"os": ["ubuntu-22.04"],
|
||||||
"borg-version": ["1.2.8"]
|
"borg-version": ["1.4.0"]
|
||||||
}' | jq -c . > matrix-integration.json
|
}' | jq -c . > matrix-integration.json
|
||||||
fi
|
fi
|
||||||
|
|
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
@ -13,7 +13,7 @@ on:
|
||||||
macos_version:
|
macos_version:
|
||||||
description: 'macOS version for building'
|
description: 'macOS version for building'
|
||||||
required: true
|
required: true
|
||||||
default: 'macos-12'
|
default: 'macos-14'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
"modified": None,
|
"modified": None,
|
||||||
},
|
},
|
||||||
"min_version": "1.2.4",
|
"min_version": "1.2.4",
|
||||||
"max_version": "1.2.8",
|
"max_version": "1.4.0",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"subpath": "file",
|
"subpath": "file",
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
"modified": (0, 0),
|
"modified": (0, 0),
|
||||||
},
|
},
|
||||||
"min_version": "1.2.4",
|
"min_version": "1.2.4",
|
||||||
"max_version": "1.2.8",
|
"max_version": "1.4.0",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"subpath": "chrdev",
|
"subpath": "chrdev",
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
"modified": None,
|
"modified": None,
|
||||||
},
|
},
|
||||||
"min_version": "1.2.4",
|
"min_version": "1.2.4",
|
||||||
"max_version": "1.2.8",
|
"max_version": "1.4.0",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"subpath": "dir",
|
"subpath": "dir",
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
"change_type": ChangeType.MODIFIED,
|
"change_type": ChangeType.MODIFIED,
|
||||||
},
|
},
|
||||||
"min_version": "1.2.4",
|
"min_version": "1.2.4",
|
||||||
"max_version": "1.2.8",
|
"max_version": "1.4.0",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"subpath": "chrdev",
|
"subpath": "chrdev",
|
||||||
|
@ -276,7 +276,7 @@
|
||||||
"change_type": ChangeType.MODIFIED,
|
"change_type": ChangeType.MODIFIED,
|
||||||
},
|
},
|
||||||
"min_version": "1.2.4",
|
"min_version": "1.2.4",
|
||||||
"max_version": "1.2.8",
|
"max_version": "1.4.0",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"subpath": "chrdev1",
|
"subpath": "chrdev1",
|
||||||
|
@ -326,7 +326,7 @@
|
||||||
"change_type": ChangeType.MODIFIED,
|
"change_type": ChangeType.MODIFIED,
|
||||||
},
|
},
|
||||||
"min_version": "1.2.4",
|
"min_version": "1.2.4",
|
||||||
"max_version": "1.2.8",
|
"max_version": "1.4.0",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue