Skip to content

Commit

Permalink
chore: bump functional tests default Lean version to 4.9.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson authored Jul 7, 2024
1 parent 16fb934 commit de3e024
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.8.0'
default: 'leanprover/lean4:v4.9.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.8.0' }}
toolchain: ${{ github.event.inputs.toolchain || 'leanprover/lean4:v4.9.0' }}

jobs:
lake-init-success:
Expand Down

0 comments on commit de3e024

Please sign in to comment.