Commit 0f45f791 authored by liziwl's avatar liziwl
Browse files

更新兼容性测试

parent 04e05ca6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,8 +7,9 @@ jobs:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        texlive: [TL2020-historic, latest]
        texlive: [TL2020-historic, TL2021-historic, latest]
        # 多版本 TexLive 兼容性测试
        # 版本号选自:https://hub.docker.com/r/texlive/texlive/tags
    container: texlive/texlive:${{ matrix.texlive }}
    steps:
      - name: Checkout