File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 args : ' --prefer-dist --no-progress --no-interaction --no-scripts'
4545
4646 - name : Bootstrap changelog assets
47- run : vendor/bin/dev-tools changelog:init
47+ uses : php-actions/composer@v6
48+ with :
49+ php_version : ' 8.3'
50+ php_extensions : pcov pcntl
51+ command : ' dev-tools'
52+ args : ' changelog:init'
4853
4954 - name : Commit changelog assets
5055 uses : EndBug/add-and-commit@v10
Original file line number Diff line number Diff line change 5353 BASE_REF : ${{ steps.base_ref.outputs.value }}
5454
5555 - name : Verify unreleased changelog entries
56- run : vendor/bin/dev-tools changelog:check --against="refs/remotes/origin/${BASE_REF}"
56+ uses : php-actions/composer@v6
5757 env :
5858 BASE_REF : ${{ steps.base_ref.outputs.value }}
59+ with :
60+ php_version : ' 8.3'
61+ php_extensions : pcov pcntl
62+ command : ' dev-tools'
63+ args : ' changelog:check -- --against="refs/remotes/origin/${BASE_REF}"'
You can’t perform that action at this time.
0 commit comments