Skip to content

Commit 341adbc

Browse files
authored
Remove unused minimum-stability from CI
1 parent 8f6b114 commit 341adbc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ jobs:
5151
php-version: "${{ matrix.php-version }}"
5252
coverage: "${{ matrix.coverage }}"
5353

54-
- name: "Change stability"
55-
if: "matrix.stability != ''"
56-
run: |
57-
perl -pi -e 's/^}$/,"minimum-stability": "${{ matrix.minimum-stability }}"}/' composer.json
58-
cat composer.json
59-
6054
- name: "Webonyx GraphQL version"
6155
if: "matrix.graphql-version != ''"
6256
run: composer require "webonyx/graphql-php:${{ matrix.graphql-version }}" --dev --no-update

0 commit comments

Comments
 (0)