File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 - ' --prefer-stable --prefer-lowest'
2121 name : PHP ${{ matrix.php }} ${{ matrix.composer_args }}
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : shivammathur/setup-php@v2
2525 with :
2626 php-version : ${{ matrix.php }}
3636 - name : PHPStan
3737 run : vendor/bin/phpstan analyse
3838 - if : failure()
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v5
4040 with :
4141 name : output
4242 path : tests/**/output
4646 needs : [ tests ]
4747 name : Code Style
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - uses : shivammathur/setup-php@v2
5151 with :
5252 php-version : 8.0
6262 continue-on-error : true
6363 name : Code Coverage
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v5
6666 - uses : shivammathur/setup-php@v2
6767 with :
6868 php-version : 8.1
You can’t perform that action at this time.
0 commit comments