File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 8282 php-version : ${{ matrix.php-version }}
8383 tools : composer, flex
8484
85- - name : Configure minimum stability
86- if : matrix.sf-version == '7.3'
87- # Currently Symfony 7.3 release is in beta, which means we need to configure this flag to be able to use it.
88- run : composer config minimum-stability beta
89-
9085 - name : Validate composer.json and composer.lock
9186 run : composer validate
9287
Original file line number Diff line number Diff line change 7171 php-version : ${{ matrix.php-version }}
7272 tools : composer, flex
7373
74- - name : Configure minimum stability
75- if : matrix.sf-version == '7.3'
76- # Currently Symfony 7.3 release is in beta, which means we need to configure this flag to be able to use it.
77- run : composer config minimum-stability beta
78-
7974 - name : Validate composer.json and composer.lock
8075 run : composer validate
8176
You can’t perform that action at this time.
0 commit comments