Skip to content

How to not Allow Some Matrices Together #25515

Answered by nickelc
erayerdin asked this question in Actions
Discussion options

You must be logged in to vote

Example excluding configurations from a matrix 

This should work.

matrix:
  python-version: [3.5, 3.6, 3.7]
  django-version: [1.11, 2.0, 2.1, 2.2]

exclude:
- python-version: 3.7
django-version: 1.11

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants