Skip to content

Commit

Permalink
Run static analysis on php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and gharlan committed Sep 5, 2022
1 parent 3ab09e6 commit 1b16c4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static-analysis.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: '8.2'
extensions: gd, intl, imagick
coverage: none # disable xdebug, pcov

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: '8.2'
extensions: gd, intl, imagick
coverage: none # disable xdebug, pcov

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: '8.2'
extensions: gd, intl, imagick, pdo_mysql
coverage: none # disable xdebug, pcov

Expand Down

0 comments on commit 1b16c4a

Please sign in to comment.