File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21
21
22
22
- name : Setup PHP
23
- uses : shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2.30.2
23
+ uses : shivammathur/setup-php@efffd0e4f2504f936fcfe3b69293d31ce0e2fd7a # v2.30.3
24
24
with :
25
25
php-version : ' 8.2'
26
26
40
40
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
41
41
42
42
- name : Setup PHP
43
- uses : shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2.30.2
43
+ uses : shivammathur/setup-php@efffd0e4f2504f936fcfe3b69293d31ce0e2fd7a # v2.30.3
44
44
with :
45
45
php-version : ' 8.3'
46
46
60
60
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
61
61
62
62
- name : Setup PHP
63
- uses : shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2.30.2
63
+ uses : shivammathur/setup-php@efffd0e4f2504f936fcfe3b69293d31ce0e2fd7a # v2.30.3
64
64
with :
65
65
php-version : ' 8.3'
66
66
Original file line number Diff line number Diff line change 73
73
fetch-depth : 2
74
74
75
75
- name : Setup PHP
76
- uses : shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2.30.2
76
+ uses : shivammathur/setup-php@efffd0e4f2504f936fcfe3b69293d31ce0e2fd7a # v2.30.3
77
77
with :
78
78
php-version : ${{ matrix.php }}
79
79
coverage : pcov
@@ -126,7 +126,7 @@ jobs:
126
126
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
127
127
128
128
- name : Setup PHP
129
- uses : shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2.30.2
129
+ uses : shivammathur/setup-php@efffd0e4f2504f936fcfe3b69293d31ce0e2fd7a # v2.30.3
130
130
with :
131
131
php-version : ${{ matrix.php }}
132
132
coverage : pcov
You can’t perform that action at this time.
0 commit comments