File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 55 # branches to consider in the event; optional, defaults to all
66 branches :
77 - master
8- - 1.0
8+ - ' 1.0'
99
1010jobs :
1111 update_release_draft :
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v1
10+ - name : Checkout
11+ uses : actions/checkout@v2
12+
13+ - name : Setup PHP
14+ uses : shivammathur/setup-php@v2
1115 with :
12- fetch-depth : 1
16+ php-version : ' 7.4'
17+ extensions : mbstring, intl
18+ ini-values : post_max_size=256M, max_execution_time=180
19+ coverage : xdebug
20+ tools : php-cs-fixer, phpunit
1321
1422 - name : Composer dependencies
1523 run : composer install --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
1624
1725 - name : Run Testsuite
18- run : vendor/bin/phpunit tests/
26+ run : vendor/bin/phpunit tests/
You can’t perform that action at this time.
0 commit comments