Skip to content

Commit

Permalink
update CI to Coq 8.16, and remove Ubuntu LTS because we now have Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgruetter committed Aug 14, 2023
1 parent ecfafcc commit eb9e5bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coq-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coq-opam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
coq-version: ['dev', '8.15.2']
coq-version: ['dev', '8.16.0']
ocaml-compiler: ['4.11.1']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
coq-extra-flags: ['-async-proofs-j 1', '']
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 @@ -22,7 +22,7 @@ jobs:

env:
NJOBS: "2"
COQ_VERSION: "8.15.2" # https://packages.debian.org/testing/coq
COQ_VERSION: "8.16.0" # https://packages.debian.org/testing/coq
COQEXTRAFLAGS: "-async-proofs-j 1"
COQCHKEXTRAFLAGS: ""
OPAMYES: "true"
Expand Down
110 changes: 0 additions & 110 deletions .github/workflows/coq.yml

This file was deleted.

0 comments on commit eb9e5bc

Please sign in to comment.