Skip to content

Commit f0125f7

Browse files
.github/workflows scripts/test.py: update mupdf release branch test to use branch 1.27.x.
1 parent 7719a92 commit f0125f7

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test-valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
args: [
1616
'',
1717
'-m "git:--branch master https://github.com/ArtifexSoftware/mupdf"',
18-
'-m "git:--branch 1.26.x https://github.com/ArtifexSoftware/mupdf"',
18+
'-m "git:--branch 1.27.x https://github.com/ArtifexSoftware/mupdf"',
1919
]
2020
fail-fast: false
2121

.github/workflows/test_multiple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
args: [
2626
'',
2727
'-m "git:--branch master https://github.com/ArtifexSoftware/mupdf"',
28-
'-m "git:--branch 1.26.x https://github.com/ArtifexSoftware/mupdf"',
28+
'-m "git:--branch 1.27.x https://github.com/ArtifexSoftware/mupdf"',
2929
]
3030
fail-fast: false
3131

.github/workflows/test_pyodide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
args: [
2121
# '',
2222
'-m "git:--branch master https://github.com/ArtifexSoftware/mupdf"',
23-
'-m "git:--branch 1.26.x https://github.com/ArtifexSoftware/mupdf"',
23+
'-m "git:--branch 1.27.x https://github.com/ArtifexSoftware/mupdf"',
2424
]
2525
fail-fast: false
2626

.github/workflows/test_quick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
env:
4444
PYMUPDF_test_args: ${{inputs.args}}
4545
run:
46-
python scripts/test.py build test -m 'git:--branch 1.26.x https://github.com/ArtifexSoftware/mupdf.git' -a PYMUPDF_test_args
46+
python scripts/test.py build test -m 'git:--branch 1.27.x https://github.com/ArtifexSoftware/mupdf.git' -a PYMUPDF_test_args

scripts/test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
./PyMuPDF/scripts/test.py -m 'git:https://git.ghostscript.com/mupdf.git' build test
1414
Build and test with internal checkout of MuPDF master.
1515
16-
./PyMuPDF/scripts/test.py -m ':1.26.x' build test
17-
Build and test using internal checkout of mupdf 1.26.x branch from
16+
./PyMuPDF/scripts/test.py -m ':1.27.x' build test
17+
Build and test using internal checkout of mupdf 1.27.x branch from
1818
Github.
1919
2020
./PyMuPDF/scripts/test.py install test -i 1.26.3 -k test_2596
@@ -217,8 +217,8 @@
217217
-m "git:--branch master https://github.com/ArtifexSoftware/mupdf.git"
218218
-m :master
219219
220-
-m "git:--branch 1.26.x https://github.com/ArtifexSoftware/mupdf.git"
221-
-m :1.26.x
220+
-m "git:--branch 1.27.x https://github.com/ArtifexSoftware/mupdf.git"
221+
-m :1.27.x
222222
223223
--mupdf-clean 0|1
224224
If 1 we do a clean MuPDF build.

0 commit comments

Comments
 (0)