File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2525 coverage : none
2626
2727 - name : Install dependencies
28- run : |
29- composer require laravel/framework:^${{ matrix.laravel }}
30- composer update --prefer-stable --prefer-dist --no-progress --no-interaction
28+ run : composer require --dev laravel/framework:^${{ matrix.laravel }}
29+
3130 - name : Execute tests
3231 run : sudo vendor/bin/phpunit
Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v3
1212
1313 - name : Checking PHP Syntax
14- uses : TheDragonCode/codestyler@v2.3.1
14+ uses : TheDragonCode/codestyler@v2.3.2
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v3
1414
1515 - name : Checking PHP Syntax
16- uses : TheDragonCode/codestyler@v2.3.1
16+ uses : TheDragonCode/codestyler@v2.3.2
1717 with :
1818 github_token : ${{ secrets.COMPOSER_TOKEN }}
1919 fix : true
You can’t perform that action at this time.
0 commit comments