Skip to content

Commit

Permalink
Adds official support for PHP 8.2 and updates the build manifest to t…
Browse files Browse the repository at this point in the history
…est against this version too.
  • Loading branch information
allebb committed Dec 25, 2022
1 parent 48bc147 commit a16251a
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 464 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '7.3', '7.4', '8.0', '8.1' ]
php-versions: [ '7.3', '7.4', '8.0', '8.1', '8.2' ]

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Requirements

This library is developed and tested for PHP 7.3+

This library is unit tested against PHP 7.3, 7.4, 8.0 and 8.1!
This library is unit tested against PHP 7.3, 7.4, 8.0, 8.1 and 8.2!

If you need to use an older version of PHP, you should instead install the 1.x version of this library (see below for details).

Expand Down Expand Up @@ -72,7 +72,7 @@ composer install
./vendor/bin/phpunit
```

Code coverage can also be ran but requires XDebug installed...
Code coverage can also be run but requires XDebug installed...

```shell
./vendor/bin/phpunit --coverage-html ./report
Expand Down
Loading

0 comments on commit a16251a

Please sign in to comment.