File tree Expand file tree Collapse file tree 4 files changed +142
-137
lines changed Expand file tree Collapse file tree 4 files changed +142
-137
lines changed Original file line number Diff line number Diff line change 99
99
- name : " Install dependencies"
100
100
run : " composer install --no-interaction --no-progress"
101
101
102
- - name : " Update PHPUnit"
103
- run : " composer update phpunit/phpunit -W"
104
-
105
102
- name : " Cache Result cache"
106
103
uses : actions/cache@v4
107
104
with :
Original file line number Diff line number Diff line change 65
65
shell : bash
66
66
run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
67
67
68
- - name : " Update PHPUnit"
69
- if : matrix.php-version != '7.3'
70
- run : " composer update phpunit/phpunit -W"
71
-
72
68
- name : " Tests"
73
69
run : " make tests"
74
70
Original file line number Diff line number Diff line change 61
61
"phpstan/phpstan-nette" : " ^1.0" ,
62
62
"phpstan/phpstan-phpunit" : " ^1.0" ,
63
63
"phpstan/phpstan-strict-rules" : " ^1.6" ,
64
- "phpunit/phpunit" : " ^9.5.4 " ,
64
+ "phpunit/phpunit" : " ^9.6 " ,
65
65
"shipmonk/composer-dependency-analyser" : " ^1.5" ,
66
66
"shipmonk/name-collision-detector" : " ^2.0"
67
67
},
You can’t perform that action at this time.
0 commit comments