Skip to content

Commit

Permalink
fix(ci.yml): Use coqorg/coq:8.20 as a future-proof image name
Browse files Browse the repository at this point in the history
Given 8.20.0 has been replaced with 8.20.1
while both images share the 8.20 tag shorthand.
  • Loading branch information
erikmd authored Jan 23, 2025
1 parent a2d9f43 commit 73986c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.20.0'
- 'coqorg/coq:8.20'
fail-fast: false # don't stop jobs if one fails
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 73986c3

Please sign in to comment.