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.
1 parent 5b1bb99 commit 5a87c64Copy full SHA for 5a87c64
.github/workflows/static-analysis.yml
@@ -56,13 +56,6 @@ jobs:
56
shell: bash
57
run: "vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
58
59
- - name: "Upload transformed sources"
60
- if: matrix.php-version == '7.4'
61
- uses: actions/upload-artifact@v3
62
- with:
63
- name: transformed-src
64
- path: src
65
-
66
- name: "PHPStan"
67
run: "make phpstan"
68
0 commit comments