Skip to content

Commit

Permalink
Run CI on upcoming PHP 8.3 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
chesio committed Oct 19, 2023
1 parent df626f9 commit 22da218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.2"
- "8.1"
dependencies:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## Upcoming version 0.22.0 (????-??-??)

PHP 8.1 or newer and WordPress 6.2 or newer are now required!
This release has been tested with upcoming PHP 8.3 and WordPress 6.4. PHP 8.1 or newer and WordPress 6.2 or newer are now required!

### Added

* New built-in rule to bad request banner module that triggers when non-existing `readme.txt` file is accessed [#149](https://github.com/chesio/bc-security/issues/149).
* Plugin has been tested with PHP 8.3 [#145](https://github.com/chesio/bc-security/issues/145).
* Plugin has been tested with WordPress 6.4 [#144](https://github.com/chesio/bc-security/issues/144).

### Changed
Expand Down

0 comments on commit 22da218

Please sign in to comment.