Skip to content

Commit

Permalink
Update coq-action.yml
Browse files Browse the repository at this point in the history
Add Coq version 8.18 in CI testing.

workflow_dispatch allows one to manually trigger the CI test.
  • Loading branch information
YoungchanCho authored Jan 13, 2024
1 parent 71b5b22 commit 6aa49d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
push:
branches: ['main']
pull_request:
Expand All @@ -18,6 +19,7 @@ jobs:
- '8.15'
- '8.16'
- '8.17'
- '8.18'
- 'dev'
ocaml_version:
- 'default'
Expand All @@ -29,4 +31,3 @@ jobs:
opam_file: 'coq-quantumlib.opam'
coq_version: ${{ matrix.coq_version }}
ocaml_version: ${{ matrix.ocaml_version }}

0 comments on commit 6aa49d0

Please sign in to comment.