Skip to content

Commit

Permalink
Update php-qa.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Leucht <[email protected]>
  • Loading branch information
Chrico authored Sep 4, 2023
1 parent 49a7e71 commit f5ef216
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: PHP QA

on:
workflow_dispatch:
pull_request:
Expand All @@ -18,14 +17,11 @@ on:
- 'psalm*'
- 'phpunit*'
- '**.php'

env:
PHP_VERSION_MATRIX: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
lint-php:
strategy:
Expand Down

0 comments on commit f5ef216

Please sign in to comment.