Skip to content

Commit

Permalink
wip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Nov 21, 2024
1 parent d6efa91 commit dc6204b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11']
# Removed testing of myst-parser-version<0.18.0
myst-parser-version: [ '>=0.18.0,<0.19', '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3']
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']
jsonref-version: [">1"]
include:
# jsonref 1.0 has a backwards incompatible change - make sure we test just once with an older version of jsonref
- python-version: '3.11'
jsonref-version: "==0.3"
myst-parser-version: '>=0.18.0'
myst-parser-version: '>3.0.0,<4'
steps:
- uses: actions/checkout@v2
- name: Setup python
Expand Down

0 comments on commit dc6204b

Please sign in to comment.