Skip to content

Commit b0e1317

Browse files
authored
Merge branch 'master' into Add-solution-for-The-default-website-isn't-defined.-Set-the-website-and-try-again.-in-Magento-deployments
2 parents c5f4c0d + e27ebc4 commit b0e1317

File tree

25 files changed

+591
-385
lines changed

25 files changed

+591
-385
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.10']
15+
python-version: ['3.12']
1616

1717
steps:
1818
- uses: actions/checkout@v3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.8', '3.9', '3.10', '3.11']
11+
python-version: ['3.11', '3.12']
1212

1313
steps:
1414
- uses: actions/checkout@v3

bin/build_manpage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ set -e
44

55
pushd docs
66
make man
7-
echo "manpage located at $(realpath _build/man/docs.1)"
7+
echo "manpage located at $(realpath _build/man/documentation.1)"
88
popd

0 commit comments

Comments
 (0)