Skip to content

Commit

Permalink
Adapt meta.yml to v8.18 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Aug 2, 2023
1 parent 38faaaa commit aa10345
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

on:
# schedule:
# - cron: '0 4 * * *'
push:
branches:
- master
- v8.18
pull_request:
branches:
- '**'
Expand All @@ -17,10 +19,10 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.18'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-bignums.opam'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Follow the instructions on https://github.com/coq-community/templates to regener
[![Code of Conduct][conduct-shield]][conduct-link]
[![Zulip][zulip-shield]][zulip-link]

[docker-action-shield]: https://github.com/coq-community/bignums/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-shield]: https://github.com/coq-community/bignums/workflows/Docker%20CI/badge.svg?branch=v8.18
[docker-action-link]: https://github.com/coq-community/bignums/actions?query=workflow:"Docker%20CI"

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
Expand Down
7 changes: 5 additions & 2 deletions coq-bignums.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.

opam-version: "2.0"
maintainer: "palmskog@gmail.com"
version: "dev"
version: "8.18.dev"

homepage: "https://github.com/coq-community/bignums"
dev-repo: "git+https://github.com/coq-community/bignums.git"
Expand All @@ -17,7 +20,7 @@ run-test: [make "-C" "tests" "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml"
"coq" {= "dev"}
"coq" {>= "8.18" & < "8.19~"}
]

tags: [
Expand Down
8 changes: 4 additions & 4 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shortname: bignums
organization: coq-community
community: true
action: true
branch: master
branch: v8.18

synopsis: >-
Bignums, the Coq library of arbitrarily large numbers
Expand All @@ -28,7 +28,7 @@ maintainers:

opam-file-maintainer: palmskog@gmail.com

opam-file-version: dev
opam-file-version: 8.18.dev

license:
fullname: GNU Lesser General Public License v2.1
Expand All @@ -41,10 +41,10 @@ supported_ocaml_versions:

supported_coq_versions:
text: master (use the corresponding branch or release for other Coq versions)
opam: '{= "dev"}'
opam: '{>= "8.18" & < "8.19~"}'

tested_coq_opam_versions:
- version: dev
- version: 8.18

ci_cron_schedule: '0 4 * * *'

Expand Down

0 comments on commit aa10345

Please sign in to comment.