File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,10 @@ jobs:
1212 - 7.4
1313 perfer :
1414 - stable
15- container :
16- image : nauxliu/php-ci-image:${{ matrix.php_version }}
1715 steps :
1816 - uses : actions/checkout@master
1917 - name : Install Dependencies
2018 run : composer install --prefer-dist --no-interaction --no-suggest
21- - name : Run PHP-CS-Fxier
22- run : composer check-style
2319
2420 phpunit :
2521 name : phpunit
@@ -28,13 +24,11 @@ jobs:
2824 fail-fast : false
2925 matrix :
3026 php_version :
31- - 7.3
3227 - 7.4
3328 - 8.0
29+ - 8.1
3430 perfer :
3531 - stable
36- container :
37- image : nauxliu/php-ci-image:${{ matrix.php_version }}
3832 steps :
3933 - uses : actions/checkout@master
4034 - name : Install Dependencies
5246 - 7.4
5347 perfer :
5448 - stable
55- container :
56- image : nauxliu/php-ci-image:${{ matrix.php_version }}
5749 steps :
5850 - uses : actions/checkout@master
5951 - name : Install laravel/framework:^6.0
You can’t perform that action at this time.
0 commit comments