Skip to content

Commit

Permalink
ci: Run the SA workflow on PHP 8.2 (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 29, 2023
1 parent f356d19 commit c77f458
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'

- name: Install dependencies
run: composer install --no-progress --no-interaction --prefer-dist
Expand All @@ -36,6 +38,8 @@ jobs:

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'

- name: Install dependencies
run: composer install --no-progress --no-interaction --prefer-dist
Expand Down

0 comments on commit c77f458

Please sign in to comment.