Skip to content

Commit 378d58c

Browse files
authored
Merge pull request #383 from norkunas/cleanup-ci
Cleanup CI configuring composer's minimum-stability
2 parents 6197f10 + 6dbf600 commit 378d58c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ jobs:
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

0 commit comments

Comments
 (0)