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 8ab631a commit 24c5670
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'
fail-fast: false
steps:
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 @@ -39,11 +39,11 @@ supported_coq_versions:

tested_coq_opam_versions:
- version: dev
- version: '8.15'
- version: '8.14'

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

namespace: QArithSternBrocot

Expand Down

0 comments on commit 24c5670

Please sign in to comment.