Skip to content

Commit a9560a8

Browse files
author
Artem Stepin
committed
fixed composer CI version
1 parent 4a1b1c6 commit a9560a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v2
3232
- uses: php-actions/composer@v5
33+
with:
34+
php_version: 7.4
3335

3436
- name: PHPStan Static Analysis
3537
uses: php-actions/phpstan@v3

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: php-actions/composer@v5 # or alternative dependency management
11+
- uses: php-actions/composer@v5
12+
with:
13+
php_version: 7.4
1214
- name: PHPUnit tests
1315
uses: php-actions/phpunit@v3
1416
with:

0 commit comments

Comments
 (0)