fix(tailcall)

forgot to include in PR.
This commit is contained in:
Jacob Heider 2024-03-21 12:42:20 -04:00
parent bb2f99e4dc
commit fc6ab8be65
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -21,5 +21,5 @@ test:
script:
# required file
- run: touch .env
if: '>=0.66.0'
if: '>=0.65.0'
- test "$(tailcall --version)" = "tailcall {{version}}"