File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 static-analysis : none
2424 style-fix : none
2525
26+ - operating-system : ' ubuntu-latest'
27+ php-version : ' 8.5'
28+ static-analysis : none
29+ style-fix : none
30+
2631 - operating-system : ' windows-latest'
2732 php-version : ' 8.3'
2833 job-description : ' on Windows'
4247 git config --global core.eol lf
4348
4449 - name : Checkout code
45- uses : actions/checkout@v2
50+ uses : actions/checkout@v6
4651
4752 - name : Setup PHP
4853 uses : shivammathur/setup-php@v2
5459 run : echo "::set-output name=dir::$(composer config cache-dir)"
5560
5661 - name : Cache dependencies
57- uses : actions/cache@v2
62+ uses : actions/cache@v5
5863 with :
5964 path : ${{ steps.composer-cache.outputs.dir }}
6065 key : composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
You can’t perform that action at this time.
0 commit comments