Skip to content

Commit

Permalink
Bump project versions in conda third party tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 16, 2024
1 parent eb55732 commit e17e06b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
fail-fast: False
matrix:
config:
- {repo: "sphinx-toolbox/default_values", name: "default_values", version: "0.5.2"}
- {repo: "sphinx-toolbox/default_values", name: "default_values", version: "0.6.0"}
- {repo: "sphinx-toolbox/dict2css", name: "dict2css", version: "0.3.0"}
- {repo: "sphinx-toolbox/extras_require", name: "extras_require", version: "0.5.0"}
- {repo: "sphinx-toolbox/seed_intersphinx_mapping", name: "seed_intersphinx_mapping", version: "1.2.1"}
- {repo: "sphinx-toolbox/seed_intersphinx_mapping", name: "seed_intersphinx_mapping", version: "1.2.2"}
- {repo: "sphinx-toolbox/sphinx-debuginfo", name: "sphinx-debuginfo", version: "0.2.2"}
- {repo: "sphinx-toolbox/sphinx-highlights", name: "sphinx-highlights", version: "0.5.1"}
- {repo: "sphinx-toolbox/sphinx-toolbox", name: "sphinx-toolbox", version: "3.4.0"}
- {repo: "sphinx-toolbox/toctree_plus", name: "toctree_plus", version: "0.6.1"}
- {repo: "repo-helper/mkrecipe", name: "mkrecipe", version: "0.6.0"}
- {repo: "repo-helper/whey", name: "whey", version: "0.0.23"}
- {repo: "domdfcoding/consolekit", name: "consolekit", version: "1.4.1"}
- {repo: "sphinx-toolbox/sphinx-highlights", name: "sphinx-highlights", version: "0.6.0"}
- {repo: "sphinx-toolbox/sphinx-toolbox", name: "sphinx-toolbox", version: "3.8.1"}
- {repo: "sphinx-toolbox/toctree_plus", name: "toctree_plus", version: "0.8.0"}
- {repo: "repo-helper/mkrecipe", name: "mkrecipe", version: "0.9.0"}
- {repo: "repo-helper/whey", name: "whey", version: "0.1.1"}
- {repo: "domdfcoding/consolekit", name: "consolekit", version: "1.7.1"}
- {repo: "domdfcoding/mathematical", name: "mathematical", version: "0.5.1"}

steps:
Expand Down

0 comments on commit e17e06b

Please sign in to comment.