Skip to content

Commit

Permalink
Bump Terraform version in CI (#1564)
Browse files Browse the repository at this point in the history
* Bump Terraform version in CI to 1.5

* Add new blocks to completion test
  • Loading branch information
dbanck authored Sep 13, 2023
1 parent 5e157b3 commit 80d5da2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: hashicorp/setup-terraform@v2
with:
terraform_wrapper: false
terraform_version: '~1.1'
terraform_version: '~1.5'
- name: Terraform version
run: terraform version
- name: Clean Install Dependencies
Expand Down
2 changes: 2 additions & 0 deletions src/test/integration/completion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ suite('completion', () => {

test('simple completion', async () => {
const wanted = new vscode.CompletionList([
new vscode.CompletionItem('check', vscode.CompletionItemKind.Class),
new vscode.CompletionItem('data', vscode.CompletionItemKind.Class),
new vscode.CompletionItem('import', vscode.CompletionItemKind.Class),
new vscode.CompletionItem('locals', vscode.CompletionItemKind.Class),
new vscode.CompletionItem('module', vscode.CompletionItemKind.Class),
new vscode.CompletionItem('moved', vscode.CompletionItemKind.Class),
Expand Down

0 comments on commit 80d5da2

Please sign in to comment.