Skip to content

Commit

Permalink
Prep for WP 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
newtovaux authored Nov 7, 2023
1 parent 713b61c commit 28d1a9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-current-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
wordpress-versions: ['5.8', '5.9', '6.0', '6.1', '6.2', '6.3', 'latest', 'nightly']
wordpress-versions: ['5.8', '5.9', '6.0', '6.1', '6.2', '6.3', '6.4', 'latest', 'nightly']
experimental: [false]
# Uncomment for testing other experimental version combinations
# include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
wordpress-versions: ['5.8', '5.9', '6.0', '6.1', '6.2', '6.3', 'latest', 'nightly']
wordpress-versions: ['5.8', '5.9', '6.0', '6.1', '6.2', '6.3', '6.4', 'latest', 'nightly']
experimental: [false]
# Uncomment for testing other experimental version combinations
# include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wordpress-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
tools: composer
- name: Build
run: composer update
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PlatformInfo #
Contributors: newtovaux
Tags: platforminfo, platform, info, shared-hosting, phpinfo
Tested up to: 6.3
Tested up to: 6.4
Stable tag: 1.2.5
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 28d1a9b

Please sign in to comment.