File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 php-ts : nts
2525 continue-on-error : false
2626
27+ - operating-system : ' ubuntu-latest'
28+ php-version : ' 8.4'
29+ php-ts : nts
30+ continue-on-error : false
31+ static-analysis : none
32+ style-fix : none
33+ composer-require-checker-version : none
34+
2735 - operating-system : ' ubuntu-latest'
2836 php-version : ' 8.2'
2937 php-extensions : parallel
4452 composer-require-checker-version : none
4553 continue-on-error : true
4654
55+ - operating-system : ' ubuntu-latest'
56+ php-version : ' 8.4'
57+ php-extensions : parallel
58+ job-description : ' with ext-parallel'
59+ php-ts : ts
60+ static-analysis : none
61+ style-fix : none
62+ composer-require-checker-version : none
63+ continue-on-error : true
64+
4765 - operating-system : ' macos-latest'
4866 php-version : ' 8.3'
4967 job-description : ' on macOS'
6987 git config --global core.eol lf
7088
7189 - name : Checkout code
72- uses : actions/checkout@v2
90+ uses : actions/checkout@v4
7391
7492 - name : Setup PHP
7593 uses : shivammathur/setup-php@v2
85103 run : echo "::set-output name=dir::$(composer config cache-dir)"
86104
87105 - name : Cache dependencies
88- uses : actions/cache@v2
106+ uses : actions/cache@v4
89107 with :
90108 path : ${{ steps.composer-cache.outputs.dir }}
91109 key : composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
You can’t perform that action at this time.
0 commit comments