Skip to content

Commit

Permalink
Increase test coverage for php 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kusabi committed May 18, 2024
1 parent 4999d2b commit 73a0051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
steps:

# Set up the correct PHP version
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

# Run unit tests with code coverage
- name: Run phpunit
run: vendor/bin/phpunit --prepend autoload.php --coverage-clover=coverage/coverage.xml
run: vendor/bin/phpunit --coverage-clover=coverage/coverage.xml

# Upload the code coverage artifact
- name: Upload code coverage artifact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Compatibility and dependencies

This library is compatible with PHP version `7.2`, `7.3`, `7.4`, `8.0` and `8.1`.
This library is compatible with PHP version `7.2`, `7.3`, `7.4`, `8.0`, `8.1`, `8.2` and `8.3`

This library has no dependencies.

Expand Down

0 comments on commit 73a0051

Please sign in to comment.