Skip to content

Commit

Permalink
Fix: Wrapping (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Dec 10, 2023
1 parent e31eb36 commit 3498cad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

strategy:
matrix:
php-version: ["7.4"]
php-version:
- "7.4"

steps:
- name: "Checkout code"
Expand Down Expand Up @@ -55,7 +56,8 @@ jobs:

strategy:
matrix:
php-version: ["7.4"]
php-version:
- "7.4"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 3498cad

Please sign in to comment.