Skip to content

Commit 8ff5984

Browse files
Merge pull request #54 from argumentcomputer/ap/bump-lean
chore: bump Lean to v4.17.0
2 parents fc8f902 + 2425e0f commit 8ff5984

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "CI"
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- main
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: leanprover/lean-action@v1
13+
with:
14+
build-args: "--wfail"

lakefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LSpec"
22
version = "2.0.0"
3-
defaultTargets = ["lspec"]
3+
defaultTargets = ["LSpec"]
44

55
[[lean_lib]]
66
name = "LSpec"

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.16.0
1+
leanprover/lean4:v4.17.0

0 commit comments

Comments
 (0)