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.
downgrade-php74.yml
1 parent 821ed31 commit f43b103Copy full SHA for f43b103
.github/workflows/downgrade-php74.yml
@@ -46,26 +46,11 @@ jobs:
46
- name: Install dependencies
47
run: composer install --prefer-dist --no-progress --ignore-platform-reqs
48
49
- - name: Run style fixer
50
- run: composer run-script cs
51
-
52
- - name: Run psalm
53
- run: composer run-script sca
54
55
- name: Run tests
56
run: composer run-script test
57
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
67
downgrade-and-tag:
68
- name: Downgrade to PHP 7.4 and Tag v1.x
+ name: Release PHP 7.4 with Tag v1.x
69
needs: verify-php82
70
runs-on: ubuntu-latest
71
steps:
0 commit comments