File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,14 @@ jobs:
1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
1818 with :
19- php-version : ' 8.1 '
19+ php-version : ' 8.2 '
2020 coverage : none
2121
2222 - name : Install dependencies
2323 run : composer install
2424
25+ - name : Install dependencies
26+ run : composer require --dev roave/backward-compatibility-check:^8.13
27+
2528 - name : Run bc-check
2629 run : composer bc-check -- --format=github-actions --from="origin/${{ github.base_ref }}"
Original file line number Diff line number Diff line change 4040 "php-http/curl-client" : " ^2.2" ,
4141 "phpstan/phpstan" : " ^1.10.14" ,
4242 "phpunit/phpunit" : " ^10.5" ,
43- "roave/backward-compatibility-check" : " ^8.13" ,
4443 "symfony/http-client" : " >=6.4.16" ,
4544 "symfony/polyfill-uuid" : " ^1.31"
4645 },
You can’t perform that action at this time.
0 commit comments