Skip to content

Commit 40391af

Browse files
committed
Test with different TeX Live versions
1 parent 4b1614c commit 40391af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
# to generate the artifact when the run is successful, not when it fails.
3030
kind: [test]
3131
platform: [Linux, Windows, macOS]
32+
texlive_version: ["2023", "2024", "2025"]
3233
include:
3334
- kind: doc
3435
platform: Linux
@@ -47,12 +48,13 @@ jobs:
4748
- if: ${{ matrix.kind == 'doc' }}
4849
run: sudo apt-get update && sudo apt-get install python3-docutils
4950
- name: Install TeX Live
50-
uses: zauguin/install-texlive@v3
51+
uses: zauguin/install-texlive@v4.0.0-rc1
5152
with:
5253
# The list of packages to install is in a separate file under .github/tl_packages
5354
# to allow reuse.
5455
package_file: .github/tl_packages
5556
cache_version: 0
57+
texlive_version: ${{ matrix.texlive_version }}
5658
- name: Run l3build
5759
run: ${{ format('l3build {0} -q -H', matrix.kind == 'doc' && 'doc' || 'check --show-log-on-error') }}
5860
# Now we create the artifacts: There are two cases where this happens.

0 commit comments

Comments
 (0)