Skip to content

Commit d39dcad

Browse files
authored
Merge pull request #7149 from sylvestre/9.6
try upstream 9.6
2 parents 1597e26 + 16b0122 commit d39dcad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
outputs path_GNU path_GNU_tests path_reference path_UUTILS
5050
#
5151
repo_default_branch="$DEFAULT_BRANCH"
52-
repo_GNU_ref="v9.5"
52+
repo_GNU_ref="v9.6"
5353
repo_reference_branch="$DEFAULT_BRANCH"
5454
outputs repo_default_branch repo_GNU_ref repo_reference_branch
5555
#

util/build-gnu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060

6161
###
6262

63-
release_tag_GNU="v9.5"
63+
release_tag_GNU="v9.6"
6464

6565
if test ! -d "${path_GNU}"; then
6666
echo "Could not find GNU coreutils (expected at '${path_GNU}')"

0 commit comments

Comments
 (0)