Skip to content

Commit

Permalink
fix(images.yml): coq-dev requires mathcomp-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Nov 4, 2023
1 parent 180b9f4 commit b85d41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ images:
# # - tag: 'latest-coq-{matrix[coq]}'

- matrix:
coq: ['dev', '8.18', '8.17', '8.16']
coq: ['8.18', '8.17', '8.16']
mathcomp: ['2.1.0']
build:
# keyword for docker-keeper's trigger (from docker-coq CI)
Expand All @@ -51,7 +51,7 @@ images:
- tag: '{matrix[mathcomp]}-coq-{matrix[coq]}'

- matrix:
coq: ['dev', '8.18', '8.17', '8.16']
coq: ['8.18', '8.17', '8.16']
mathcomp: ['1.18.0']
build:
# keyword for docker-keeper's trigger (from docker-coq CI)
Expand Down

0 comments on commit b85d41a

Please sign in to comment.