Skip to content

Commit

Permalink
Bump Borg version for integration test (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu authored Oct 18, 2024
1 parent 090be97 commit e631cc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/generate-matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
macos_version:
description: 'macOS version for building'
required: true
default: 'macos-12'
default: 'macos-14'

jobs:
build:
Expand Down
12 changes: 6 additions & 6 deletions tests/integration/test_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"modified": None,
},
"min_version": "1.2.4",
"max_version": "1.2.8",
"max_version": "1.4.0",
},
{
"subpath": "file",
Expand All @@ -42,7 +42,7 @@
"modified": (0, 0),
},
"min_version": "1.2.4",
"max_version": "1.2.8",
"max_version": "1.4.0",
},
{
"subpath": "chrdev",
Expand Down Expand Up @@ -91,7 +91,7 @@
"modified": None,
},
"min_version": "1.2.4",
"max_version": "1.2.8",
"max_version": "1.4.0",
},
{
"subpath": "dir",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -326,7 +326,7 @@
"change_type": ChangeType.MODIFIED,
},
"min_version": "1.2.4",
"max_version": "1.2.8",
"max_version": "1.4.0",
},
],
),
Expand Down

0 comments on commit e631cc4

Please sign in to comment.