Skip to content

Commit

Permalink
chore: upgrade functional test version to 4.12.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson authored Oct 6, 2024
1 parent 9e84bf8 commit b471931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:
toolchain:
description: "The Lean toolchain to use when running the tests."
required: false
default: "leanprover/lean4:v4.11.0"
default: "leanprover/lean4:v4.12.0"

# This environment variable is nessecary in addition ot the workflow_dispatch input
# because the workflow_dispatch input is not available when the workflow is triggered by a pull request
env:
toolchain: ${{ github.event.inputs.toolchain || 'leanprover/lean4:v4.11.0' }}
toolchain: ${{ github.event.inputs.toolchain || 'leanprover/lean4:v4.12.0' }}

jobs:
lake-init-success:
Expand Down

0 comments on commit b471931

Please sign in to comment.