Skip to content

Commit d6b2ad7

Browse files
authored
Merge pull request #13 from irontec/CDD-26-workflow-error
Updated pipeline
2 parents a7fdc55 + ec4050f commit d6b2ad7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
path: app/vendor
4242

4343
- name: Install dependencies
44-
uses: php-actions/composer@v6
44+
uses: php-actions/composer@v6
4545
with:
46+
version: 2.5.5
47+
php_version: 8.2.7
4648
working_dir: app/
4749

4850
# Validate app console

0 commit comments

Comments
 (0)