Skip to content

Commit 1c29a26

Browse files
authored
chore: udpate functional test version to 4.26 (#142)
1 parent 256a31c commit 1c29a26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ on:
1313
toolchain:
1414
description: "The Lean toolchain to use when running the tests."
1515
required: false
16-
default: "leanprover/lean4:v4.21.0"
16+
default: "leanprover/lean4:v4.26.0"
1717

1818
# This environment variable is necessary in addition to the workflow_dispatch input
1919
# because the workflow_dispatch input is not available when the workflow is triggered by a pull request
2020
env:
21-
toolchain: ${{ github.event.inputs.toolchain || 'leanprover/lean4:v4.21.0' }}
21+
toolchain: ${{ github.event.inputs.toolchain || 'leanprover/lean4:v4.26.0' }}
2222

2323
jobs:
2424
lake-init-success:

0 commit comments

Comments
 (0)