File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v6
1111
1212 # Docs: https://github.com/shivammathur/setup-php
1313 - name : Setup PHP
1414 uses : shivammathur/setup-php@v2
1515 with :
16- php-version : ' 8.4 '
16+ php-version : ' 8.5 '
1717 extensions : curl
1818 coverage : xdebug
1919
2222 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2323
2424 - name : Cache composer dependencies
25- uses : actions/cache@v4
25+ uses : actions/cache@v5
2626 with :
2727 path : /tmp/composer-cache
2828 key : ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 22 "name" : " phpwatch/php-commitlog-builder" ,
33 "type" : " library" ,
44 "require" : {
5- "php" : " ^8.4 " ,
5+ "php" : " ^8.5 " ,
66 "ayesh/curl-fetcher" : " ^2.0.0" ,
77 "ext-curl" : " *"
88 },
99 "require-dev" : {
10- "phpunit/phpunit" : " ^12.2 "
10+ "phpunit/phpunit" : " ^12.5.8 "
1111 },
1212 "license" : " MIT" ,
1313 "autoload" : {
You can’t perform that action at this time.
0 commit comments