Skip to content

Commit

Permalink
set php for psalm 🐘
Browse files Browse the repository at this point in the history
  • Loading branch information
inikoo committed Sep 23, 2024
1 parent a89ab8e commit 7c3ebfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: gd, intl, pgsql, soap,

- name: Psalm Security Scan
uses: psalm/psalm-github-security-scan@f3e6fd9432bc3e44aec078572677ce9d2ef9c287

Expand Down

0 comments on commit 7c3ebfa

Please sign in to comment.