File tree Expand file tree Collapse file tree 7 files changed +700
-533
lines changed Expand file tree Collapse file tree 7 files changed +700
-533
lines changed Original file line number Diff line number Diff line change 40
40
php-version : " ${{ matrix.php-version }}"
41
41
42
42
- name : " Downgrade PHPUnit"
43
- if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
43
+ if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
44
44
run : " composer require --dev phpunit/phpunit:^9.6 sebastian/diff:^4.0 --update-with-dependencies --ignore-platform-reqs"
45
45
46
46
- name : " Install dependencies"
Original file line number Diff line number Diff line change 49
49
extensions : mbstring
50
50
51
51
- name : " Downgrade PHPUnit"
52
- if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
52
+ if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
53
53
shell : bash
54
54
run : " composer require --dev phpunit/phpunit:^9.6 sebastian/diff:^4.0 --update-with-dependencies --ignore-platform-reqs"
55
55
Original file line number Diff line number Diff line change 32
32
fail-fast : false
33
33
matrix :
34
34
php-version :
35
- - " 8.1"
36
35
- " 8.2"
37
36
- " 8.3"
38
37
- " 8.4"
@@ -159,6 +158,7 @@ jobs:
159
158
php-version :
160
159
- " 7.4"
161
160
- " 8.0"
161
+ - " 8.1"
162
162
operating-system : [ ubuntu-latest, windows-latest ]
163
163
164
164
steps :
Original file line number Diff line number Diff line change 5
5
" MIT"
6
6
],
7
7
"require" : {
8
- "php" : " ^8.1 " ,
8
+ "php" : " ^8.2 " ,
9
9
"composer-runtime-api" : " ^2.0" ,
10
10
"clue/ndjson-react" : " ^1.0" ,
11
11
"composer/ca-bundle" : " ^1.2" ,
38
38
"react/promise" : " ^3.2" ,
39
39
"react/socket" : " ^1.3" ,
40
40
"react/stream" : " ^1.1" ,
41
- "sebastian/diff" : " ^5.0 " ,
41
+ "sebastian/diff" : " ^6.0.2 " ,
42
42
"symfony/console" : " ^5.4.3" ,
43
43
"symfony/finder" : " ^5.4.3" ,
44
44
"symfony/polyfill-intl-grapheme" : " ^1.23" ,
61
61
"phpstan/phpstan-nette" : " ^2.0" ,
62
62
"phpstan/phpstan-phpunit" : " ^2.0.7" ,
63
63
"phpstan/phpstan-strict-rules" : " ^2.0" ,
64
- "phpunit/phpunit" : " 10 .5.31 " ,
64
+ "phpunit/phpunit" : " ^11 .5.23 " ,
65
65
"shipmonk/composer-dependency-analyser" : " ^1.5" ,
66
66
"shipmonk/dead-code-detector" : " ^0.12.0" ,
67
67
"shipmonk/name-collision-detector" : " ^2.0"
68
68
},
69
69
"config" : {
70
70
"platform" : {
71
- "php" : " 8.1 .99"
71
+ "php" : " 8.2 .99"
72
72
},
73
73
"platform-check" : false ,
74
74
"sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments