We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9e34a commit 455463cCopy full SHA for 455463c
.github/workflows/test-suite.yml
@@ -8,7 +8,7 @@ on:
8
inputs:
9
terraform_matrix:
10
description: 'Terraform version matrix (JSON array)'
11
- default: '["1.11.x","1.10.x","1.9.x","1.8.x","1.7.x","1.6.x","1.5.x","1.4.x"]'
+ default: '["1.11.x","1.10.x","1.9.x","1.8.x","1.7.x","1.6.x","1.5.x"]'
12
provider_matrix:
13
description: 'Previous MongoDB Atlas Provider version matrix for migration tests (JSON array)'
14
default: '[""]' # "" for latest version
0 commit comments