Skip to content

Commit 153ebf9

Browse files
authored
Merge pull request #752 from erikmd/patch-1
fix(ci.yml): Use `coqorg/coq:8.20` as a future-proof image name
2 parents acee920 + 73986c3 commit 153ebf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
image:
2020
- 'coqorg/coq:dev'
21-
- 'coqorg/coq:8.20.0'
21+
- 'coqorg/coq:8.20'
2222
fail-fast: false # don't stop jobs if one fails
2323
steps:
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)