Skip to content

Commit

Permalink
PHP 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Dec 8, 2022
1 parent 54ef1a0 commit c7c52f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
tools: composer:v2
coverage: none

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ '8.1' ]
php: [ '8.1', '8.2' ]
stability: [ prefer-stable ]

name: PHP ${{ matrix.php }} tests
Expand All @@ -26,7 +26,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom
coverage: none

- name: Install dependencies
Expand Down

0 comments on commit c7c52f6

Please sign in to comment.