Skip to content

Commit f43b103

Browse files
committed
Simplify GitHub workflow by removing redundant code quality and coverage steps from downgrade-php74.yml.
1 parent 821ed31 commit f43b103

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/downgrade-php74.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,11 @@ jobs:
4646
- name: Install dependencies
4747
run: composer install --prefer-dist --no-progress --ignore-platform-reqs
4848

49-
- name: Run style fixer
50-
run: composer run-script cs
51-
52-
- name: Run psalm
53-
run: composer run-script sca
54-
5549
- name: Run tests
5650
run: composer run-script test
5751

58-
- name: Run type coverage
59-
run: composer run-script type
60-
61-
- name: Run test coverage
62-
run: composer run-script coverage
63-
64-
- name: Run mutation tests
65-
run: composer run-script mutate
66-
6752
downgrade-and-tag:
68-
name: Downgrade to PHP 7.4 and Tag v1.x
53+
name: Release PHP 7.4 with Tag v1.x
6954
needs: verify-php82
7055
runs-on: ubuntu-latest
7156
steps:

0 commit comments

Comments
 (0)