Skip to content

Commit ebf18ba

Browse files
author
Artem Stepin
committed
composer version bump
1 parent 46f55ef commit ebf18ba

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ jobs:
88
strategy:
99
matrix:
1010
php-versions: ['7.4', '8.0']
11+
composer-args: ['--prefer-stable', '--prefer-lowest']
1112

1213
steps:
1314
- uses: actions/checkout@v2
1415
- uses: php-actions/composer@v5
1516
with:
1617
php_version: ${{ matrix.php-versions }}
17-
args: --prefer-stable
18+
args: ${{ matrix.composer-args }}
1819
- name: PHPUnit tests
1920
uses: php-actions/phpunit@v3
2021
with:

composer.lock

Lines changed: 21 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)