Skip to content

Commit 3b608f6

Browse files
committed
Improve
1 parent b306e42 commit 3b608f6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

0 commit comments

Comments
 (0)