File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
55
55
php --version
56
56
phpunit --version
57
57
58
- - name : Install PHPUnit
59
- run : composer require phpunit/phpunit ^8 .5
58
+ # - name: Install PHPUnit
59
+ # run: composer require phpunit/phpunit ^7 .5
60
60
61
- - name : Check again some packages if they are installed
62
- run : |
63
- composer --version
64
- phpunit --version
61
+ # - name: Check again some packages if they are installed
62
+ # run: |
63
+ # composer --version
64
+ # phpunit --version
65
65
66
66
- name : Runt PHPUnit tests for the Framework
67
67
run : composer tests
Original file line number Diff line number Diff line change 27
27
"php" : " >=7.1"
28
28
},
29
29
"require-dev" : {
30
- "phpunit/phpunit" : " ^8 .5"
30
+ "phpunit/phpunit" : " ^7 .5"
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments