Skip to content

Commit

Permalink
Merge pull request #38 from inQWIRE/YoungchanCho_coq-action_8.18
Browse files Browse the repository at this point in the history
Update CI to check 8.18 build
  • Loading branch information
adrianleh authored Jan 24, 2024
2 parents 71b5b22 + 6aa49d0 commit 95bbfdd
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 95bbfdd

Please sign in to comment.