Skip to content

Commit

Permalink
No need for Upload transformed sources anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 11, 2025
1 parent 5b1bb99 commit 5a87c64
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ jobs:
shell: bash
run: "vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"

- name: "Upload transformed sources"
if: matrix.php-version == '7.4'
uses: actions/upload-artifact@v3
with:
name: transformed-src
path: src

- name: "PHPStan"
run: "make phpstan"

Expand Down

0 comments on commit 5a87c64

Please sign in to comment.