Skip to content

Commit

Permalink
8.15 Docker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 12, 2022
1 parent 460c6e5 commit f21a2e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.14'
- 'coqorg/coq:8.13'
- 'coqorg/coq:8.12'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nix-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
matrix:
overrides:
- 'coq = "master"'
- 'coq = "v8.15"'
fail-fast: false
steps:
- name: Determine which commit to test
Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ supported_coq_versions:

tested_coq_nix_versions:
- coq_version: 'master'
- coq_version: 'v8.15'

tested_coq_opam_versions:
- version: dev
- version: '8.15'
- version: '8.14'
- version: '8.13'
- version: '8.12'
Expand Down

0 comments on commit f21a2e5

Please sign in to comment.