File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 php-version :
16+ - ' 8.2'
1617 - ' 8.1'
1718 - ' 8.0'
1819 - ' 7.4'
2526 name : PHP ${{ matrix.php-version }}
2627 steps :
2728 - name : Checkout
28- uses : actions/checkout@v2
29- with :
30- ref : ${{ github.head_ref }}
29+ uses : actions/checkout@v3
3130
3231 - name : Install PHP
3332 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2222 },
2323 "require" : {
2424 "php" : " >=5.6" ,
25- "php-mock/php-mock" : " ^2.2 " ,
26- "phpunit/php-text-template" : " ^1 || ^2"
25+ "php-mock/php-mock" : " ^2.4 " ,
26+ "phpunit/php-text-template" : " ^1 || ^2 || ^3 "
2727 },
2828 "require-dev" : {
29- "phpunit/phpunit" : " ^5.7.27 || ^6 || ^7 || ^8 || ^9"
29+ "phpunit/phpunit" : " ^5.7.27 || ^6 || ^7 || ^8 || ^9 || ^10 "
3030 },
3131 "archive" : {
3232 "exclude" : [" /tests" ]
You can’t perform that action at this time.
0 commit comments