Skip to content

Commit

Permalink
Disable TeX Live 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Jul 28, 2022
1 parent 20aa2f8 commit 5c861e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
fail-fast: true
matrix:
texlive:
- TL2019-historic
- TL2020-historic
- TL2021-historic
- latest
Expand Down
9 changes: 3 additions & 6 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -2039,8 +2039,7 @@ interfaces and all the way up to the \LaTeX{} and \Hologo{ConTeXt} interfaces.
{
\tl_set:Nn
\l_tmpa_tl
% TODO: Replace with \str_uppercase:n in TeX Live 2020.
{ \str_upper_case:n { #1 } }
{ \str_uppercase:n { #1 } }
\tl_set:Nx
#2
{
Expand Down Expand Up @@ -14286,8 +14285,7 @@ following text:
{
\tl_set:Nn
\l_tmpa_tl
% TODO: Replace with \str_uppercase:n in TeX Live 2020.
{ \str_upper_case:n { #1 } }
{ \str_uppercase:n { #1 } }
\tl_set:Nx
#2
{
Expand Down Expand Up @@ -15414,8 +15412,7 @@ The following ordered list will be preceded by roman numerals:
{
\tl_set:Nn
\l_tmpa_tl
% TODO: Replace with \str_uppercase:n in TeX Live 2020.
{ \str_upper_case:n { #1 } }
{ \str_uppercase:n { #1 } }
\tl_set:Nx
#2
{
Expand Down

0 comments on commit 5c861e3

Please sign in to comment.