File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,13 @@ jobs:
5454 timeout-minutes : 30
5555 strategy :
5656 fail-fast : false
57- max-parallel : 1
57+ max-parallel : 2
5858 matrix :
5959 terraform :
60- - " 1.6.* "
60+ - " 1.5.7 " # Last MPL version - https://github.com/hashicorp/terraform/blob/v1.5.7/LICENSE
6161 - " 1.9.*"
62+ - " 1.10.*"
63+ - " 1.11.*"
6264 - latest
6365 steps :
6466 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -75,21 +77,21 @@ jobs:
7577 env :
7678 PLANETSCALE_SERVICE_TOKEN_ID : ${{ secrets.PLANETSCALE_SERVICE_TOKEN_ID }}
7779 PLANETSCALE_SERVICE_TOKEN : ${{ secrets.PLANETSCALE_SERVICE_TOKEN }}
78- timeout-minutes : 10
80+ timeout-minutes : 15
7981
8082 test-tofu :
8183 name : integration-tofu
8284 needs : build
8385 runs-on : ubuntu-latest
8486 timeout-minutes : 30
8587 strategy :
86- max-parallel : 1
88+ max-parallel : 2
8789 fail-fast : false
8890 matrix :
8991 tofu :
90- - " 1.6 .*"
91- - " 1.7 .*"
92- - " 1.8 .*"
92+ - " 1.9 .*"
93+ - " 1.10 .*"
94+ - " 1.11 .*"
9395 - latest
9496 steps :
9597 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -106,4 +108,4 @@ jobs:
106108 env :
107109 PLANETSCALE_SERVICE_TOKEN_ID : ${{ secrets.PLANETSCALE_SERVICE_TOKEN_ID }}
108110 PLANETSCALE_SERVICE_TOKEN : ${{ secrets.PLANETSCALE_SERVICE_TOKEN }}
109- timeout-minutes : 10
111+ timeout-minutes : 15
You can’t perform that action at this time.
0 commit comments