Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Commit 39c80b6

Browse files
authored
Merge pull request #3 from benjaminmal/feature/ci/test-lowest
Add prefer-lowest composer test
2 parents 279bfe2 + 791b580 commit 39c80b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 5
1515

16-
name: 🚧 Build 🚧 | PHP ${{ matrix.php }}
16+
name: 🚧 Build 🚧 | PHP ${{ matrix.php }} ${{ matrix.lowest }}
1717

1818
strategy:
1919
fail-fast: false
2020
matrix:
2121
php: [7.4, 8.0, 8.1]
22+
lowest: ['', '--prefer-lowest']
2223

2324
steps:
2425
# --- ⚙️ Setup ⚙️ ----------
@@ -49,7 +50,7 @@ jobs:
4950
${{ runner.os }}-php-
5051
5152
- name: Install PHP dependencies
52-
run: composer update --no-interaction --no-progress --verbose --ansi
53+
run: composer update ${{ matrix.lowest }} --no-interaction --no-progress --verbose --ansi
5354

5455
# --- 🛠 Test 🛠 ----------
5556

0 commit comments

Comments
 (0)