diff --git a/.github/workflows/texlive.yml b/.github/workflows/texlive.yml index 41f4c97..d746a1a 100644 --- a/.github/workflows/texlive.yml +++ b/.github/workflows/texlive.yml @@ -11,8 +11,8 @@ jobs: fail-fast: true matrix: texlive: - - TL2020-historic - TL2021-historic + - TL2022-historic - latest steps: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a10ec1e..80ed385 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,10 +8,6 @@ paths: - "*.pdf" -compile:texlive2020: - image: sergiud/texlive:2020 - <<: *compile_definition - -compile:texlive2021: - image: sergiud/texlive:2021 +compile:texlive2023: + image: sergiud/texlive:2023 <<: *compile_definition