File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717
1818 - name : Setup PHP
1919 uses : shivammathur/setup-php@v2
@@ -25,15 +25,15 @@ jobs:
2525
2626 - name : Checkout Laravel 6 Sample
2727 if : matrix.laravel == 6
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929 with :
3030 repository : codeception/laravel-module-tests
3131 path : framework-tests
3232 ref : 6.x
3333
3434 - name : Checkout Laravel 8 Sample
3535 if : matrix.laravel == 8
36- uses : actions/checkout@v2
36+ uses : actions/checkout@v3
3737 with :
3838 repository : codeception/laravel-module-tests
3939 path : framework-tests
4444 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
4545
4646 - name : Cache composer dependencies
47- uses : actions/cache@v2.1.3
47+ uses : actions/cache@v3
4848 with :
4949 path : ${{ steps.composer-cache.outputs.dir }}
5050 key : ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
6262 - name : Install Laravel Sample
6363 run : |
6464 composer remove codeception/module-laravel --dev --no-update
65- composer install --no-progress
65+ composer update --no-progress
6666 working-directory : framework-tests
6767
6868 - name : Prepare the test environment and run test suite
You can’t perform that action at this time.
0 commit comments