File tree Expand file tree Collapse file tree 2 files changed +18
-44
lines changed Expand file tree Collapse file tree 2 files changed +18
-44
lines changed Original file line number Diff line number Diff line change @@ -172,42 +172,29 @@ Feature: Scaffold plugin unit tests
172
172
And the {PLUGIN_DIR}/bitbucket-pipelines.yml file should contain:
173
173
"""
174
174
- step:
175
- image: php:5.6
176
- name: "PHP 5.6 "
175
+ image: php:7.4
176
+ name: "PHP 7.4 "
177
177
script:
178
178
# Install Dependencies
179
- - docker-php-ext-install mysqli
180
- - apt-get update && apt-get install -y subversion --no-install-recommends
179
+ - apt-get update && apt-get install -y subversion git zip libzip-dev --no-install-recommends
181
180
"""
182
181
And the {PLUGIN_DIR}/bitbucket-pipelines.yml file should contain:
183
182
"""
184
183
- step:
185
- image: php:7 .0
186
- name: "PHP 7 .0"
184
+ image: php:8 .0
185
+ name: "PHP 8 .0"
187
186
script:
188
187
# Install Dependencies
189
- - docker-php-ext-install mysqli
190
- - apt-get update && apt-get install -y subversion --no-install-recommends
188
+ - apt-get update && apt-get install -y subversion git zip libzip-dev --no-install-recommends
191
189
"""
192
190
And the {PLUGIN_DIR}/bitbucket-pipelines.yml file should contain:
193
191
"""
194
192
- step:
195
- image: php:7.1
196
- name: "PHP 7.1 "
193
+ image: php:8.2
194
+ name: "PHP 8.2 "
197
195
script:
198
196
# Install Dependencies
199
- - docker-php-ext-install mysqli
200
- - apt-get update && apt-get install -y subversion --no-install-recommends
201
- """
202
- And the {PLUGIN_DIR}/bitbucket-pipelines.yml file should contain:
203
- """
204
- - step:
205
- image: php:7.2
206
- name: "PHP 7.2"
207
- script:
208
- # Install Dependencies
209
- - docker-php-ext-install mysqli
210
- - apt-get update && apt-get install -y subversion --no-install-recommends
197
+ - apt-get update && apt-get install -y subversion git zip libzip-dev --no-install-recommends
211
198
"""
212
199
And the {PLUGIN_DIR}/bitbucket-pipelines.yml file should contain:
213
200
"""
Original file line number Diff line number Diff line change @@ -168,42 +168,29 @@ Feature: Scaffold theme unit tests
168
168
And the {THEME_DIR}/t12child/bitbucket-pipelines.yml file should contain:
169
169
"""
170
170
- step:
171
- image: php:5.6
172
- name: "PHP 5.6 "
171
+ image: php:7.4
172
+ name: "PHP 7.4 "
173
173
script:
174
174
# Install Dependencies
175
- - docker-php-ext-install mysqli
176
- - apt-get update && apt-get install -y subversion --no-install-recommends
175
+ - apt-get update && apt-get install -y subversion git zip libzip-dev --no-install-recommends
177
176
"""
178
177
And the {THEME_DIR}/t12child/bitbucket-pipelines.yml file should contain:
179
178
"""
180
179
- step:
181
- image: php:7 .0
182
- name: "PHP 7 .0"
180
+ image: php:8 .0
181
+ name: "PHP 8 .0"
183
182
script:
184
183
# Install Dependencies
185
- - docker-php-ext-install mysqli
186
- - apt-get update && apt-get install -y subversion --no-install-recommends
184
+ - apt-get update && apt-get install -y subversion git zip libzip-dev --no-install-recommends
187
185
"""
188
186
And the {THEME_DIR}/t12child/bitbucket-pipelines.yml file should contain:
189
187
"""
190
188
- step:
191
- image: php:7.1
192
- name: "PHP 7.1 "
189
+ image: php:8.2
190
+ name: "PHP 8.2 "
193
191
script:
194
192
# Install Dependencies
195
- - docker-php-ext-install mysqli
196
- - apt-get update && apt-get install -y subversion --no-install-recommends
197
- """
198
- And the {THEME_DIR}/t12child/bitbucket-pipelines.yml file should contain:
199
- """
200
- - step:
201
- image: php:7.2
202
- name: "PHP 7.2"
203
- script:
204
- # Install Dependencies
205
- - docker-php-ext-install mysqli
206
- - apt-get update && apt-get install -y subversion --no-install-recommends
193
+ - apt-get update && apt-get install -y subversion git zip libzip-dev --no-install-recommends
207
194
"""
208
195
And the {THEME_DIR}/t12child/bitbucket-pipelines.yml file should contain:
209
196
"""
You can’t perform that action at this time.
0 commit comments