Skip to content

Commit

Permalink
Run static analysis on php 8.2 (#5296)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Harlan <330436+gharlan@users.noreply.github.com>
  • Loading branch information
staabm and gharlan committed Sep 5, 2022
1 parent 3ab09e6 commit f52d085
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sarif-report.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: '8.2'
coverage: none # disable xdebug, pcov

- name: Composer install
Expand Down
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
2 changes: 1 addition & 1 deletion .github/workflows/visual-tests.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
ini-values: 'error_reporting=E_ALL, display_errors=On, display_startup_errors=On'
extensions: gd, pdo_mysql
coverage: none # disable xdebug, pcov
Expand Down

0 comments on commit f52d085

Please sign in to comment.