Skip to content

Commit

Permalink
Add PHP 8.2 in CI test matrix and fix PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored and weaverryan committed Jan 31, 2023
1 parent fd5092b commit f9cfb8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
# normal, highest, non-dev installs
php-version: ['7.3', '7.4', '8.0', '8.1']
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']
composer-options: ['--prefer-stable']
dependency-versions: ['highest']
include:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

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

- name: Install PHP-CS-Fixer
run: composer global require friendsofphp/php-cs-fixer --prefer-dist --no-progress
Expand Down

0 comments on commit f9cfb8b

Please sign in to comment.