File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 4444 php-version : ' ${{ inputs.php-min-version }}'
4545 steps :
4646 - name : Check out code
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848
4949 # Enable coverage only for specific version(s) !
5050 # Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -122,7 +122,7 @@ jobs:
122122 env :
123123 PHP_VERSION : ${{ inputs.php-max-version }}
124124 steps :
125- - uses : actions/checkout@v4
125+ - uses : actions/checkout@v5
126126
127127 - name : Setup PHP ${{ env.PHP_VERSION }}
128128 id : setup-php
@@ -193,9 +193,7 @@ jobs:
193193 key : tests-php${{ steps.setup-php.outputs.php-version }}-${{ hashFiles('composer.json') }}
194194
195195 - name : Build with PHP ${{ steps.setup-php.outputs.php-version }}
196- run : |
197- composer config minimum-stability dev \
198- && make build
196+ run : make build
199197
200198 - name : Test
201199 run : make test-unit && make test-functional
You can’t perform that action at this time.
0 commit comments