Skip to content

Commit

Permalink
fix: update PHPStan baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Oct 20, 2024
1 parent 0998b58 commit 44d5e98
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,3 @@ jobs:
uses: tastyigniter/workflows/.github/workflows/php-lint.yml@main
with:
composer: update --no-interaction --no-progress
php-tests:
needs: php-lint
if: ${{ always() && needs.php-lint.result == 'success' }}
strategy:
matrix:
php: [ '8.2', '8.3' ]
uses: tastyigniter/workflows/.github/workflows/php-tests.yml@main
with:
php-version: ${{ matrix.target }}
composer: update --no-interaction --no-progress

0 comments on commit 44d5e98

Please sign in to comment.