Skip to content

Commit

Permalink
ci: fix missing php install
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Dec 1, 2023
1 parent c83fa91 commit 86760fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
tools: "cs2pr"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"

Expand Down

0 comments on commit 86760fc

Please sign in to comment.