Skip to content

Commit 07e4c02

Browse files
committed
Merge branch 'develop'
2 parents e2ee085 + 139b73b commit 07e4c02

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

.github/workflows/wp-plugin-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
jobs:
99
release:
1010
name: Release to WordPress.org via SVN
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
timeout-minutes: 30
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: WordPress Plugin Deploy
1818
uses: 10up/action-wordpress-plugin-deploy@stable

.github/workflows/wp-plugin-trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
jobs:
99
trunk:
1010
name: Push to trunk on WordPress.org via SVN
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
timeout-minutes: 30
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: WordPress.org plugin asset/readme update
1818
uses: 10up/action-wordpress-plugin-asset-update@stable

.github/workflows/wp-plugin-unit-test.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
fail-fast: false
2323

2424
matrix:
25-
os: [ ubuntu-20.04 ]
26-
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
25+
os: [ ubuntu-22.04 ]
26+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
2727
wordpress: [ latest, nightly ]
2828
multisite: [ 0 ]
2929

@@ -41,23 +41,14 @@ jobs:
4141
MYSQL_ROOT_PASSWORD: root
4242

4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545

4646
- name: Setup PHP v${{ matrix.php }}
4747
uses: shivammathur/setup-php@v2
4848
with:
4949
php-version: ${{ matrix.php }}
5050
extensions: mbstring, intl, php-mysql
5151

52-
- name: apt --fix-broken install for PHP 7.0
53-
run: sudo apt --fix-broken install
54-
if: ${{ matrix.php == '7.0' }}
55-
56-
- name: Install mbstring library for PHP 7.0
57-
# require ext-mbstring * -> it is missing from your system. Install or enable PHP's mbstring extension.
58-
run: sudo apt-get install php7.0-mbstring
59-
if: ${{ matrix.php == '7.0' }}
60-
6152
- name: Install PHPUnit
6253
run: |
6354
# for PHP Compatibility - https://phpunit.de/supported-versions.html
@@ -98,7 +89,7 @@ jobs:
9889
fail-fast: false
9990

10091
matrix:
101-
os: [ ubuntu-20.04 ]
92+
os: [ ubuntu-22.04 ]
10293
# WordPress 6.3 or later requires at least 7.0.0
10394
php: [ '5.6' ]
10495
wordpress: [ '6.1', '6.2' ]
@@ -118,7 +109,7 @@ jobs:
118109
MYSQL_ROOT_PASSWORD: root
119110

120111
steps:
121-
- uses: actions/checkout@v3
112+
- uses: actions/checkout@v4
122113

123114
- name: Setup PHP v${{ matrix.php }}
124115
uses: shivammathur/setup-php@v2

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Link: https://github.com/thingsym/custom-post-type-widgets
55
Donate link: https://github.com/sponsors/thingsym
66
Tags: widget, widgets, custom post type, taxonomy
77
Stable tag: 1.5.2
8-
Tested up to: 6.4.1
8+
Tested up to: 6.6.1
99
Requires at least: 4.9
1010
Requires PHP: 5.6
1111
License: GPLv2 or later

0 commit comments

Comments
 (0)