Skip to content

Commit fa28a2d

Browse files
committed
Fix CI
1 parent b3ebbc0 commit fa28a2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: ['main', '*.*.x']
66
pull_request: ~
77

8+
env:
9+
COMPOSER_ROOT_VERSION: 0.4.x-dev
10+
811
jobs:
912
composer:
1013
runs-on: ubuntu-latest
@@ -18,8 +21,6 @@ jobs:
1821
- uses: ramsey/composer-install@v3
1922
with:
2023
composer-options: --optimize-autoloader
21-
env:
22-
COMPOSER_ROOT_VERSION: 0.4.x
2324
- run: composer validate
2425
- run: composer normalize --dry-run
2526
- run: composer check-require

0 commit comments

Comments
 (0)