1
0
Fork 0
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:
Manu 2024-10-18 15:54:41 +01:00 committed by GitHub
parent 090be97b7c
commit e631cc45b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

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

View file

@ -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:

View file

@ -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",
}, },
], ],
), ),