File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- uses : actions/checkout@v2
29
+ - name : Setup PHP
30
+ uses : shivammathur/setup-php@v2
31
+ with :
32
+ php-version : ' 8.1'
33
+ tools : composer
34
+ env :
35
+ # Always use latest available patch for the version
36
+ update : true
37
+ - name : Build
38
+ run : make build
29
39
- name : ComposerRequireChecker
30
40
uses : docker://webfactory/composer-require-checker:3.2.0
41
+
31
42
unit-tests :
32
43
name : Unit / PHP ${{ matrix.php-version }}
33
44
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 49
49
"symfony/framework-bundle" : " ^4.4 || ^5.4" ,
50
50
"symfony/routing" : " ^4.4 || ^5.4" ,
51
51
"yoanm/php-unit-extended" : " ~1.0" ,
52
- "phpspec/prophecy-phpunit" : " ^2.0" ,
53
- "dvdoug/behat-code-coverage" : " ^5.2 "
52
+ "phpspec/prophecy-phpunit" : " ^1.0 || ^ 2.0" ,
53
+ "dvdoug/behat-code-coverage" : " ^5.0 "
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments