We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ebbc0 commit fa28a2dCopy full SHA for fa28a2d
1 file changed
.github/workflows/check.yml
@@ -5,6 +5,9 @@ on:
5
branches: ['main', '*.*.x']
6
pull_request: ~
7
8
+env:
9
+ COMPOSER_ROOT_VERSION: 0.4.x-dev
10
+
11
jobs:
12
composer:
13
runs-on: ubuntu-latest
@@ -18,8 +21,6 @@ jobs:
18
21
- uses: ramsey/composer-install@v3
19
22
with:
20
23
composer-options: --optimize-autoloader
- env:
- COMPOSER_ROOT_VERSION: 0.4.x
24
- run: composer validate
25
- run: composer normalize --dry-run
26
- run: composer check-require
0 commit comments