Skip to content

Commit

Permalink
allow typst 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Oct 9, 2024
1 parent 282b3a0 commit 0dcac02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
strategy:
matrix:
# Test for the following Typst versions
# 0.8.0 (earliest supported), 0.9.0 (first version with version checks),
# 0.10.0, 0.11.0 (latest supported)
typst-version: [v0.8.0, v0.9.0, v0.10.0, v0.11.0]
# 0.7.0 (earliest supported), 0.8.0,
# 0.9.0 (first version with version checks), 0.10.0,
# 0.11.0 (latest supported)
typst-version: [v0.7.0, v0.8.0, v0.9.0, v0.10.0, v0.11.0]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 0dcac02

Please sign in to comment.