Skip to content

Commit

Permalink
ci: add php 8.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
noelma committed Dec 8, 2022
1 parent 26e226e commit 100564f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
experimental: [false]
include:
- coverage: --no-coverage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Some of kses current features are:
| --------------- | ---------------- |
| <= 7.1 | ✗ Unsupported |
| 7.2 / 7.3 / 7.4 | ✓ Supported |
| 8.0 / 8.1 | ✓ Supported |
| 8.0 / 8.1 / 8.2 | ✓ Supported |

## Installation

Expand Down

0 comments on commit 100564f

Please sign in to comment.