Skip to content

Commit dc6204b

Browse files
committed
wip tests
1 parent d6efa91 commit dc6204b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
matrix:
1010
python-version: [ '3.8', '3.9', '3.10', '3.11']
1111
# Removed testing of myst-parser-version<0.18.0
12-
myst-parser-version: [ '>=0.18.0,<0.19', '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3']
12+
myst-parser-version: [ '>=0.18.0,<0.19', '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3', '>3.0.0,<4']
1313
jsonref-version: [">1"]
1414
include:
1515
# jsonref 1.0 has a backwards incompatible change - make sure we test just once with an older version of jsonref
1616
- python-version: '3.11'
1717
jsonref-version: "==0.3"
18-
myst-parser-version: '>=0.18.0'
18+
myst-parser-version: '>3.0.0,<4'
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Setup python

0 commit comments

Comments
 (0)