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 25
25
coverage : none
26
26
27
27
- 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
+
31
30
- name : Execute tests
32
31
run : sudo vendor/bin/phpunit
Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v3
12
12
13
13
- 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 13
13
uses : actions/checkout@v3
14
14
15
15
- name : Checking PHP Syntax
16
- uses : TheDragonCode/codestyler@v2.3.1
16
+ uses : TheDragonCode/codestyler@v2.3.2
17
17
with :
18
18
github_token : ${{ secrets.COMPOSER_TOKEN }}
19
19
fix : true
You can’t perform that action at this time.
0 commit comments