File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1818 - name : Setup PHP
1919 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1414 php : [ "7.4", "8.0", "8.1", "8.2" ]
1515 name : PHP ${{matrix.php }} Unit Test
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Setup PHP
1919 uses : shivammathur/setup-php@v2
2020 with :
3131 runs-on : ubuntu-latest
3232 name : Test Prefer Lowest
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - name : Setup PHP
3636 uses : shivammathur/setup-php@v2
3737 with :
4949 runs-on : ubuntu-latest
5050 name : PHP Style Check
5151 steps :
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353 - name : Setup PHP
5454 uses : shivammathur/setup-php@v2
5555 with :
6464 runs-on : ubuntu-latest
6565 name : PHPStan Static Analysis
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 - name : Setup PHP
6969 uses : shivammathur/setup-php@v2
7070 with :
You can’t perform that action at this time.
0 commit comments