Skip to content

Commit 109a7ee

Browse files
committed
ci: Set COMPOSER_ROOT_VERSION to '1.x-dev' in workflow files
1 parent f575ac8 commit 109a7ee

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/cs-fix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ jobs:
1010
permissions:
1111
contents: write
1212
uses: spiral/gh-actions/.github/workflows/cs-fix.yml@master
13+
env:
14+
COMPOSER_ROOT_VERSION: '1.x-dev'

.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: 🛠️ Setup PHP
3030
uses: shivammathur/setup-php@v2
31+
env:
32+
COMPOSER_ROOT_VERSION: '1.x-dev'
3133
with:
3234
php-version: ${{ matrix.php-version }}
3335
ini-values: error_reporting=E_ALL

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747

4848
- name: 📥 Install dependencies with composer
4949
uses: ramsey/composer-install@v3
50+
env:
51+
COMPOSER_ROOT_VERSION: '1.x-dev'
5052
with:
5153
dependency-versions: ${{ matrix.dependencies }}
5254

0 commit comments

Comments
 (0)