declare compatibility with WP 6.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2022-05-28 18:58:28 +02:00
parent 5a1320c365
commit 01cb47315a
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- php: '8.1'
wordpress: '6.0'
- php: '8.0' - php: '8.0'
wordpress: '5.9' wordpress: '5.9'
- php: '5.6' - php: '5.6'

View File

@ -9,7 +9,7 @@
* Contributors: Stefan Kalscheuer * Contributors: Stefan Kalscheuer
* Tags: liveticker, feed, rss * Tags: liveticker, feed, rss
* Requires at least: 4.7 * Requires at least: 4.7
* Tested up to: 5.9 * Tested up to: 6.0
* Requires PHP: 5.6 * Requires PHP: 5.6
* Stable tag: 1.2.1 * Stable tag: 1.2.1
* License: GPLv2 or later * License: GPLv2 or later