Skip to content

Commit dfe64c6

Browse files
committed
test with several typst compiler versions in CI
1 parent 4cde47f commit dfe64c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
tests:
1010
strategy:
1111
matrix:
12-
typst-version: ["0.13"]
12+
typst-version: ["0.12", 0.13", "latest"]
1313
# the docs don't need to build with all versions supported by the package;
1414
# the latest one is enough
1515
# include:
@@ -46,6 +46,7 @@ jobs:
4646
uses: typst-community/setup-typst@v4
4747
with:
4848
typst-version: ${{ matrix.typst-version }}
49+
allow-prereleases: true
4950

5051
- name: Run test suite
5152
run: just test

0 commit comments

Comments
 (0)