We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256a31c commit 1c29a26Copy full SHA for 1c29a26
1 file changed
.github/workflows/functional_tests.yml
@@ -13,12 +13,12 @@ on:
13
toolchain:
14
description: "The Lean toolchain to use when running the tests."
15
required: false
16
- default: "leanprover/lean4:v4.21.0"
+ default: "leanprover/lean4:v4.26.0"
17
18
# This environment variable is necessary in addition to the workflow_dispatch input
19
# because the workflow_dispatch input is not available when the workflow is triggered by a pull request
20
env:
21
- toolchain: ${{ github.event.inputs.toolchain || 'leanprover/lean4:v4.21.0' }}
+ toolchain: ${{ github.event.inputs.toolchain || 'leanprover/lean4:v4.26.0' }}
22
23
jobs:
24
lake-init-success:
0 commit comments