mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +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 '{
|
||||
"python-version": ["3.11"],
|
||||
"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"}]
|
||||
}' | jq -c . > matrix-integration.json
|
||||
|
||||
|
@ -25,6 +25,6 @@ elif [[ "$event_name" == "push" ]] || [[ "$event_name" == "pull_request" ]]; the
|
|||
echo '{
|
||||
"python-version": ["3.11"],
|
||||
"os": ["ubuntu-22.04"],
|
||||
"borg-version": ["1.2.8"]
|
||||
"borg-version": ["1.4.0"]
|
||||
}' | jq -c . > matrix-integration.json
|
||||
fi
|
||||
|
|
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
@ -13,7 +13,7 @@ on:
|
|||
macos_version:
|
||||
description: 'macOS version for building'
|
||||
required: true
|
||||
default: 'macos-12'
|
||||
default: 'macos-14'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"modified": None,
|
||||
},
|
||||
"min_version": "1.2.4",
|
||||
"max_version": "1.2.8",
|
||||
"max_version": "1.4.0",
|
||||
},
|
||||
{
|
||||
"subpath": "file",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"modified": (0, 0),
|
||||
},
|
||||
"min_version": "1.2.4",
|
||||
"max_version": "1.2.8",
|
||||
"max_version": "1.4.0",
|
||||
},
|
||||
{
|
||||
"subpath": "chrdev",
|
||||
|
@ -91,7 +91,7 @@
|
|||
"modified": None,
|
||||
},
|
||||
"min_version": "1.2.4",
|
||||
"max_version": "1.2.8",
|
||||
"max_version": "1.4.0",
|
||||
},
|
||||
{
|
||||
"subpath": "dir",
|
||||
|
@ -191,7 +191,7 @@
|
|||
"change_type": ChangeType.MODIFIED,
|
||||
},
|
||||
"min_version": "1.2.4",
|
||||
"max_version": "1.2.8",
|
||||
"max_version": "1.4.0",
|
||||
},
|
||||
{
|
||||
"subpath": "chrdev",
|
||||
|
@ -276,7 +276,7 @@
|
|||
"change_type": ChangeType.MODIFIED,
|
||||
},
|
||||
"min_version": "1.2.4",
|
||||
"max_version": "1.2.8",
|
||||
"max_version": "1.4.0",
|
||||
},
|
||||
{
|
||||
"subpath": "chrdev1",
|
||||
|
@ -326,7 +326,7 @@
|
|||
"change_type": ChangeType.MODIFIED,
|
||||
},
|
||||
"min_version": "1.2.4",
|
||||
"max_version": "1.2.8",
|
||||
"max_version": "1.4.0",
|
||||
},
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue