File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1919 php-version :
2020 - 8
2121 - 8.1
22+ - 8.2
23+ - 8.3
24+ - 8.4
2225 phpunit-version :
2326 - 9.5.4
2427 dependencies :
3033 if : matrix.os == 'windows-latest'
3134 run : git config --global core.autocrlf false
3235 - name : Checkout
33- uses : actions/checkout@v2
36+ uses : actions/checkout@v4
3437 - name : Setup PHP
3538 uses : shivammathur/setup-php@v2
3639 with :
4346 id : composer-cache
4447 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
4548 - name : Cache dependencies
46- uses : actions/cache@v2
49+ uses : actions/cache@v4
4750 with :
4851 path : ${{ steps.composer-cache.outputs.dir }}
4952 key : php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
5659 if : matrix.dependencies == 'highest'
5760 run : composer update --no-ansi --no-interaction --no-progress --ignore-platform-reqs
5861 - name : Run tests with phpunit
59- run : composer test
62+ run : composer test
You can’t perform that action at this time.
0 commit comments