Skip to content

Commit

Permalink
coq 8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Oct 31, 2023
1 parent e051c82 commit 9d4a151
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:8.17'
- 'coqorg/coq:8.18'
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ a version of the 2048 game for Coq
- Author(s):
- Laurent Théry
- License: [MIT License](LICENSE)
- Compatible Coq versions: 8.17 or later
- Compatible Coq versions: 8.18 or later
- Additional dependencies: none
- Coq namespace: `T2048`
- Related publication(s): none
Expand Down
2 changes: 1 addition & 1 deletion coq-T2048.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ a version of the 2048 game for Coq
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.17")}
"coq" {(>= "8.18")}
]

tags: [
Expand Down

0 comments on commit 9d4a151

Please sign in to comment.