Skip to content

Commit 68a7401

Browse files
committed
Ensure test matrix covers appropriate combinations. Require at least WP 6.4
1 parent a162d19 commit 68a7401

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
16-
wp-version: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6' ]
16+
wp-version: [ '6.4', '6.5', '6.6', '6.7', '6.8' ]
17+
exclude:
18+
- php-version: '8.4'
19+
wp-version: '6.4'
20+
- php-version: '8.4'
21+
wp-version: '6.5'
22+
- php-version: '8.4'
23+
wp-version: '6.6'
1724
steps:
1825
- name: Checkout code
1926
uses: actions/checkout@v4

RandomPostOnRefresh.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Version: 1.2.1
77
* Author: Micah Wood
88
* Author URI: https://wpscholar.com
9-
* Requires at least: 6.0
9+
* Requires at least: 6.4
1010
* Requires PHP: 7.4
1111
* Text Domain: random-post-on-refresh
1212
* Domain Path: /languages

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: wpscholar, Imzodigital
33
Donate link: https://www.paypal.me/wpscholar
44
Tags: random post, post rotation, different post
5-
Requires at least: 6.0
5+
Requires at least: 6.4
66
Requires PHP: 7.4
77
Tested up to: 6.8
88
Stable tag: 1.2.1

0 commit comments

Comments
 (0)