File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 5050 test :
5151 name : Matrix Acceptance Test
5252 needs : build
53- runs-on : ubuntu-latest
53+ runs-on : ${{ matrix.runner == ' ubuntu-22.04' && 'ubuntu-22.04' || 'ubuntu- latest' }}
5454 env :
5555 ELASTIC_PASSWORD : password
5656 KIBANA_SYSTEM_USERNAME : kibana_system
@@ -108,11 +108,6 @@ jobs:
108108 matrix :
109109 version :
110110 - ' 7.17.13'
111- - ' 8.0.1'
112- - ' 8.1.3'
113- - ' 8.2.3'
114- - ' 8.3.3'
115- - ' 8.4.3'
116111 - ' 8.5.3'
117112 - ' 8.6.2'
118113 - ' 8.7.1'
@@ -130,6 +125,17 @@ jobs:
130125 - ' 8.19.3'
131126 - ' 9.0.7'
132127 - ' 9.1.3'
128+ include :
129+ - version : ' 8.0.1'
130+ runner : ubuntu-22.04
131+ - version : ' 8.1.3'
132+ runner : ubuntu-22.04
133+ - version : ' 8.2.3'
134+ runner : ubuntu-22.04
135+ - version : ' 8.3.3'
136+ runner : ubuntu-22.04
137+ - version : ' 8.4.3'
138+ runner : ubuntu-22.04
133139 steps :
134140 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
135141 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
You can’t perform that action at this time.
0 commit comments