File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Continuous Integration
1
+ name : CI
2
2
3
3
on :
4
- pull_request : null
4
+ pull_request :
5
5
push :
6
6
branches :
7
7
- master
8
- - develop
9
8
- release/**
10
9
11
10
permissions :
@@ -85,14 +84,14 @@ jobs:
85
84
- name : Setup Problem Matchers for PHPUnit
86
85
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
87
86
88
- - name : Update PHPUnit
89
- run : composer require --dev phpunit/phpunit ^9.5 --no-update
90
- if : matrix.php == '8.0' && matrix.dependencies == 'lowest'
91
-
92
87
# These dependencies are not used running the tests but can cause deprecation warnings so we remove them before running the tests
93
88
- name : Remove unused dependencies
94
89
run : composer remove vimeo/psalm phpstan/phpstan friendsofphp/php-cs-fixer --dev --no-interaction --no-update
95
90
91
+ - name : Update PHPUnit
92
+ run : composer require --dev phpunit/phpunit ^8.5.40 --no-update
93
+ if : matrix.php == '7.2'
94
+
96
95
- name : Install dependencies
97
96
uses : ramsey/composer-install@v3
98
97
with :
Original file line number Diff line number Diff line change 36
36
"phpstan/phpstan" : " 1.12.5" ,
37
37
"phpstan/phpstan-phpunit" : " 1.4.0" ,
38
38
"phpstan/phpstan-symfony" : " 1.4.10" ,
39
- "phpunit/phpunit" : " ^8.5|^9.6" ,
39
+ "phpunit/phpunit" : " ^8.5|| ^9.6" ,
40
40
"symfony/browser-kit" : " ^4.4.20||^5.0.11||^6.0||^7.0" ,
41
41
"symfony/cache" : " ^4.4.20||^5.0.11||^6.0||^7.0" ,
42
42
"symfony/dom-crawler" : " ^4.4.20||^5.0.11||^6.0||^7.0" ,
You can’t perform that action at this time.
0 commit comments