Skip to content

Commit

Permalink
feat: Apply the ocaml-version policy discussed in issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Dec 6, 2020
1 parent f530f64 commit ea05ffb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ args:
images:
- matrix:
minimal: ['4.05.0']
base: ['4.05.0', '4.07.1-flambda', '4.09.1-flambda']
base: ['4.05.0', '4.07.1-flambda', '4.10.1-flambda', '4.11.1-flambda']
coq: ['dev']
build:
keywords:
Expand Down Expand Up @@ -65,7 +65,7 @@ images:
# if: '{matrix[base]} != {matrix[minimal]}'
- matrix:
minimal: ['4.05.0']
base: ['4.05.0', '4.07.1-flambda', '4.09.1-flambda']
base: ['4.05.0', '4.07.1-flambda', '4.10.1-flambda', '4.11.1-flambda']
# TODO: Update when appropriate
coq: ['8.13-alpha']
build:
Expand Down Expand Up @@ -98,8 +98,8 @@ images:
if: '{matrix[base]} != {matrix[minimal]}'
- matrix:
minimal: ['4.05.0']
base: ['4.05.0', '4.07.1-flambda', '4.09.1-flambda']
coq: ['8.12.1', '8.11.2', '8.10.2', '8.9.1', '8.8.2']
base: ['4.05.0', '4.07.1-flambda', '4.10.1-flambda', '4.11.1-flambda']
coq: ['8.12.1', '8.11.2']
coq_latest: ['8.12.1']
build:
context: './coq'
Expand Down Expand Up @@ -128,8 +128,8 @@ images:
if: '{matrix[base]} != {matrix[minimal]}'
- matrix:
minimal: ['4.05.0']
base: ['4.05.0', '4.07.1-flambda']
coq: ['8.7.2']
base: ['4.05.0', '4.07.1-flambda', '4.08.1-flambda', '4.09.1-flambda']
coq: ['8.10.2', '8.9.1', '8.8.2', '8.7.2']
build:
context: './coq'
dockerfile: './stable/Dockerfile'
Expand Down

0 comments on commit ea05ffb

Please sign in to comment.