Skip to content

Commit 61388ca

Browse files
bump rupicola (requires Coq >= 8.18) (#1818)
1 parent 4194a48 commit 61388ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coq-opam-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
coq-version: ['dev', '8.18.0', '8.17.0']
19+
coq-version: ['dev', '8.19.0', '8.18.0']
2020
ocaml-compiler: ['4.11.1']
2121
os: [{name: 'Ubuntu',
2222
runs-on: 'ubuntu-latest',

.github/workflows/coq-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
env:
2828
NJOBS: "2"
29-
COQ_VERSION: "8.17.0" # minimal major version required for bedrock2 components
29+
COQ_VERSION: "8.18.0" # minimal major version required for bedrock2 components
3030
COQEXTRAFLAGS: "-async-proofs-j 1"
3131
COQCHKEXTRAFLAGS: ""
3232
OPAMYES: "true"

rupicola

0 commit comments

Comments
 (0)