We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65c3f9 commit cee7369Copy full SHA for cee7369
1 file changed
.github/workflows/tests.yml
@@ -10,11 +10,11 @@ jobs:
10
strategy:
11
matrix:
12
# add any other Typst versions that your package should support
13
- typst-version: ["0.12"]
+ typst-version: ["0.13"]
14
# the docs don't need to build with all versions supported by the package;
15
# the latest one is enough
16
include:
17
- - typst-version: "0.12"
+ - typst-version: "0.13"
18
doc: 1
19
runs-on: ubuntu-latest
20
steps:
0 commit comments