diff --git a/.github/workflows/tests-ci.yml b/.github/workflows/tests-ci.yml index b4cdf8a..b04a1ca 100644 --- a/.github/workflows/tests-ci.yml +++ b/.github/workflows/tests-ci.yml @@ -22,9 +22,9 @@ jobs: # Test for the following Typst versions # 0.7.0 (earliest supported), 0.8.0, # 0.9.0 (first version with version checks), 0.10.0, - # 0.11.0, 0.11.1, 0.12-rc1 (latest supported) + # 0.11.0, 0.11.1, 0.12-rc2 (latest supported) typst-version: - [v0.7.0, v0.8.0, v0.9.0, v0.10.0, v0.11.0, v0.11.1, v0.12.0-rc1] + [v0.7.0, v0.8.0, v0.9.0, v0.10.0, v0.11.0, v0.11.1, v0.12.0-rc2] # Steps represent a sequence of tasks that will be executed as part of the job steps: