Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simongregersen committed Jul 22, 2023
1 parent d6f3e19 commit e585db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
strategy:
matrix:
coq_version:
- '8.17.0'
- '8.17.1'
max-parallel: 4
# don't cancel all in-progress jobs if one matrix job fails:
fail-fast: false

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
- uses: coq-community/docker-coq-action@v1
Expand Down

0 comments on commit e585db5

Please sign in to comment.