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 8e1b682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .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 Down

0 comments on commit 8e1b682

Please sign in to comment.