Commit 81f685fc authored by liziwl's avatar liziwl
Browse files

add verify texlive version

parent 3670eb5f
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: [TL2020-historic, TL2021-historic, latest]
        texlive: [latest, TL2022-historic, TL2021-historic, TL2020-historic]
        # 多版本 TexLive 兼容性测试
        # 版本号选自:https://hub.docker.com/r/texlive/texlive/tags
    container: texlive/texlive:${{ matrix.texlive }}