File tree Expand file tree Collapse file tree 3 files changed +24
-14
lines changed Expand file tree Collapse file tree 3 files changed +24
-14
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,17 @@ jobs:
28
28
matrix :
29
29
php :
30
30
-
31
- version : 7.4
32
- xdebug : 3.1.5
31
+ version : ' 7.4'
32
+ xdebug : ' 3.1.5'
33
33
-
34
- version : 8.0
35
- xdebug : 3.1.5
34
+ version : ' 8.0'
35
+ xdebug : ' 3.1.5'
36
36
-
37
- version : 8.1
38
- xdebug : 3.1.5
37
+ version : ' 8.1'
38
+ xdebug : ' 3.1.5'
39
+ -
40
+ version : ' 8.2'
41
+ xdebug : ' 3.2.1'
39
42
runs-on : ubuntu-20.04
40
43
steps :
41
44
-
@@ -79,22 +82,28 @@ jobs:
79
82
matrix :
80
83
php :
81
84
-
82
- version : 7.4
85
+ version : ' 7.4'
86
+ composer : --prefer-lowest
87
+ -
88
+ version : ' 8.0'
83
89
composer : --prefer-lowest
84
90
-
85
- version : 8.0
91
+ version : ' 8.1 '
86
92
composer : --prefer-lowest
87
93
-
88
- version : 8.1
94
+ version : ' 8.2 '
89
95
composer : --prefer-lowest
90
96
-
91
- version : 7.4
97
+ version : ' 7.4'
98
+ composer : --prefer-stable
99
+ -
100
+ version : ' 8.0'
92
101
composer : --prefer-stable
93
102
-
94
- version : 8.0
103
+ version : ' 8.1 '
95
104
composer : --prefer-stable
96
105
-
97
- version : 8.1
106
+ version : ' 8.2 '
98
107
composer : --prefer-stable
99
108
steps :
100
109
-
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
12
12
&& docker-php-source extract \
13
13
&& docker-php-ext-configure zip \
14
14
&& docker-php-ext-install zip \
15
+ && apk add --update linux-headers \
15
16
&& mkdir -p /usr/src/php/ext/xdebug \
16
17
&& curl -fsSL https://github.com/xdebug/xdebug/archive/$XDEBUG_VERSION.tar.gz | tar xvz -C /usr/src/php/ext/xdebug --strip 1 \
17
18
&& docker-php-ext-install xdebug \
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ^7.4|^8.0|^8.1 " ,
14
+ "php" : " ^7.4|^8.0" ,
15
15
"ext-curl" : " *" ,
16
16
"ext-json" : " *" ,
17
17
"guzzlehttp/guzzle" : " ^7.0" ,
18
18
"guzzlehttp/promises" : " ^1.4.0" ,
19
19
"guzzlehttp/psr7" : " ^1.7|^2.1" ,
20
20
"beberlei/assert" : " ~2.7|~3.0" ,
21
- "flix-tech/avro-php" : " ^4.3 "
21
+ "flix-tech/avro-php" : " ^5.0 "
22
22
},
23
23
"require-dev" : {
24
24
"phpunit/phpunit" : " ^9.4.2" ,
You can’t perform that action at this time.
0 commit comments