Commit 8d5ca200 authored by liziwl's avatar liziwl
Browse files

ci(verify-compile): 更新 TexLive 版本并增加新版本兼容性测试

- 在 GitHub Actions 工作流中添加 TexLive 2024 版本
- 确保对新版本的 TexLive 保持兼容性测试
- 继续支持以前版本的 TexLive 进行回归测试
parent e4d1cafd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ jobs:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        texlive: [latest, TL2023-historic, TL2022-historic, TL2021-historic]
        texlive: [latest, TL2024-historic, TL2023-historic, TL2022-historic, TL2021-historic]
        # 多版本 TexLive 兼容性测试
        # 版本号选自:https://hub.docker.com/r/texlive/texlive/tags
    container: texlive/texlive:${{ matrix.texlive }}