File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 2626
2727jobs :
2828 coding-standard :
29- name : Coding Standard
29+ name : " Coding Standard (PHP ${{ inputs.php-version }}) "
3030 runs-on : ubuntu-latest
3131
32- strategy :
33- matrix :
34- php-version :
35- - " ${{ inputs.php-version }}"
36-
3732 steps :
38- - name : Checkout
39- uses : actions/checkout@v2
33+ - name : Checkout repository
34+ uses : actions/checkout@v5
4035
4136 - name : Setup PHP
4237 uses : shivammathur/setup-php@v2
4338 with :
4439 coverage : " none"
45- php-version : " ${{ matrix .php-version }}"
40+ php-version : " ${{ inputs .php-version }}"
4641
47- - name : Install composer dependencies
48- uses : " ramsey/composer-install@v2 "
42+ - name : Install Composer dependencies
43+ uses : " ramsey/composer-install@v3 "
4944 with :
5045 working-directory : " ${{ inputs.working-directory }}"
5146 composer-options : " ${{ inputs.composer-options }}"
You can’t perform that action at this time.
0 commit comments