File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ commands:
37
37
parameters :
38
38
php-image :
39
39
type : string
40
+ xdebug-package :
41
+ type : string
40
42
steps :
41
43
- restore_cache :
42
44
name : Restoring Composer Cache
@@ -51,7 +53,7 @@ commands:
51
53
- run :
52
54
name : Install xdebug
53
55
command : |
54
- sudo pecl install xdebug-3.1.6
56
+ sudo pecl install << parameters. xdebug-package >>
55
57
- run :
56
58
name : Run tests
57
59
command : |
88
90
influxdb-image :
89
91
type : string
90
92
default : &default-influxdb-image "influxdb:latest"
93
+ xdebug-package :
94
+ type : string
95
+ default : " xdebug-3.1.6"
91
96
docker :
92
97
- image : << parameters.php-image >>
93
98
- image : &influx-image << parameters.influxdb-image >>
97
102
- prepare
98
103
- test :
99
104
php-image : << parameters.php-image >>
105
+ xdebug-package : << parameters.xdebug-package >>
100
106
- storing-test-results
101
107
tests-cURL :
102
108
docker :
@@ -169,6 +175,10 @@ workflows:
169
175
- tests-php :
170
176
name : php-8.1
171
177
php-image : " cimg/php:8.1"
178
+ - tests-php :
179
+ name : php-8.2
180
+ php-image : " cimg/php:8.2"
181
+ xdebug-package : " xdebug"
172
182
- tests-php :
173
183
name : php-7.4-nightly
174
184
influxdb-image : " quay.io/influxdb/influxdb:nightly"
You can’t perform that action at this time.
0 commit comments