Skip to content

Commit

Permalink
Drop CI testing of 8.16
Browse files Browse the repository at this point in the history
In preparation for mit-plv/coqutil#102
  • Loading branch information
JasonGross committed Nov 9, 2023
1 parent 7d64e77 commit ff38da8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coq-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
include:
- env: { DEBIAN: "sid" }
- env: { DEBIAN: "bookworm" }
#- env: { DEBIAN: "bookworm" }# restore once 8.17 lands in Debian stable

runs-on: 'ubuntu-22.04'
env: ${{ matrix.env }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coq-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

env:
NJOBS: "2"
COQ_VERSION: "8.16.0" # minimal major version required for bedrock2 components
COQ_VERSION: "8.17.0" # minimal major version required for bedrock2 components
COQCHKEXTRAFLAGS: ""
SKIP_BEDROCK2: "0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

env:
NJOBS: "2"
COQ_VERSION: "8.16.0" # https://packages.debian.org/testing/coq
COQ_VERSION: "8.18.0" # pick a version not tested on other platforms
COQEXTRAFLAGS: "-async-proofs-j 1"
COQCHKEXTRAFLAGS: ""
OPAMYES: "true"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Building
[pkg.go-shield]: https://pkg.go.dev/badge/github.com/mit-plv/fiat-crypto/fiat-go.svg
[pkg.go-link]: https://pkg.go.dev/github.com/mit-plv/fiat-crypto/fiat-go

This repository requires [Coq](https://coq.inria.fr/) [8.16](https://github.com/coq/coq/releases/tag/V8.16.0) or later.
This repository requires [Coq](https://coq.inria.fr/) [8.17](https://github.com/coq/coq/releases/tag/V8.17.0) or later.
Note that if you install Coq from Ubuntu aptitude packages, you need `libcoq-ocaml-dev` in addition to `coq`.
Note that in some cases (such as installing Coq via homebrew on Mac), you may also need to install `ocaml-findlib` (for `ocamlfind`).
The extracted OCaml code for the standalone binaries requires [OCaml](https://ocaml.org/) [4.08](https://ocaml.org/p/ocaml/4.08.0) or later.
Expand Down

0 comments on commit ff38da8

Please sign in to comment.