Skip to content

Commit 4bba451

Browse files
committed
update template to default to Typst 0.12
1 parent eddacd7 commit 4bba451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
# add any other Typst versions that your package should support
13-
typst-version: ["0.11"]
13+
typst-version: ["0.12"]
1414
# the docs don't need to build with all versions supported by the package;
1515
# the latest one is enough
1616
include:
17-
- typst-version: "0.11"
17+
- typst-version: "0.12"
1818
doc: 1
1919
runs-on: ubuntu-latest
2020
steps:

tests/test1/ref/1.png

32 Bytes
Loading

0 commit comments

Comments
 (0)