We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec1991 commit 3cff550Copy full SHA for 3cff550
1 file changed
.github/workflows/test.yml
@@ -63,12 +63,12 @@ jobs:
63
timeout-minutes: 15
64
strategy:
65
fail-fast: false
66
- max-parallel: 1
+ max-parallel: 3
67
matrix:
68
# list whatever Terraform versions here you would like to support
69
terraform:
70
- - '1.8.*'
71
- '1.9.*'
+ - '1.10.*'
72
- latest
73
steps:
74
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments