Skip to content

feat: add support for TeX Live 2026 and beyond#1

Open
utiberious wants to merge 1 commit intoutensil:mainfrom
utiberious:fix/support-texlive-2026
Open

feat: add support for TeX Live 2026 and beyond#1
utiberious wants to merge 1 commit intoutensil:mainfrom
utiberious:fix/support-texlive-2026

Conversation

@utiberious
Copy link
Copy Markdown

Fixes the version mismatch error when the remote install-tl version is 2026 but the code only accepts versions up to 2025.

Changes:

  1. Updated Version type to support 2010-2099 (was limited to 2010-2029)
  2. Updated version validation regex to match 20XX pattern
  3. Updated action.yml description to reflect support for TeX Live 2026

Verified that the regex correctly:

  • Accepts: 1996-1999, 2000-2099
  • Accepts: 2026 (newly supported)
  • Rejects: 2100, 2025a (invalid formats)

- Update Version type to support 2010-2099 (was limited to 2010-2029)
- Update version validation regex to match 20XX pattern (1996-1999 or 2000-2099)
- Update action.yml description to reflect support for TeX Live 2026

Fixes version mismatch error when remote install-tl is version 2026 but
code only accepted versions up to 2025.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant