File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
php-versions : ['7.4', '8.0', '8.1', '8.2']
19
19
composer-flags : ['', '--prefer-lowest']
20
20
steps :
21
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
21
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
22
22
23
23
- name : Setup PHP
24
24
uses : shivammathur/setup-php@v2
39
39
name : PHP coverage
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
42
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43
43
44
44
- name : Setup PHP
45
45
uses : shivammathur/setup-php@v2
60
60
name : Quality checks
61
61
runs-on : ubuntu-latest
62
62
steps :
63
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
63
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
64
64
65
65
- name : Setup PHP
66
66
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments