Skip to content

Commit

Permalink
Fixed Build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Schläpfer committed Sep 30, 2023
1 parent 42a28ef commit bf961ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
name: build-archive-php
path: /tmp/builds
retention-days: 1

phpstan:
runs-on: ubuntu-latest
needs: [composer]
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
configuration: phpstan.neon
memory_limit: 512M
build:
needs: [phpstan]
runs-on: ${{ matrix.operating-system }}

strategy:
Expand Down

0 comments on commit bf961ed

Please sign in to comment.