File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
php-versions : ['7.4', '8.0']
19
19
name : integration-tests-against-rc (PHP ${{ matrix.php-versions }})
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- name : Install PHP
23
23
uses : shivammathur/setup-php@v2
24
24
with :
Original file line number Diff line number Diff line change 29
29
sf-version : ' 6.0.*'
30
30
name : integration-tests (PHP ${{ matrix.php-version }})
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v3
33
33
- name : Install PHP
34
34
uses : shivammathur/setup-php@v2
35
35
with :
50
50
runs-on : ubuntu-latest
51
51
name : ' Code style'
52
52
steps :
53
- - uses : actions/checkout@v2
53
+ - uses : actions/checkout@v3
54
54
55
55
- name : Install PHP
56
56
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments