Skip to content

Commit

Permalink
ci: Simplify the security check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jan 1, 2023
1 parent bf442b6 commit cfc1736
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ on:
jobs:
security:
runs-on: ubuntu-latest
name: PHP Security Checker
strategy:
fail-fast: false
matrix:
php: [ '8.1' ]
name: Check Dependencies
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit cfc1736

Please sign in to comment.