diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml
index ff16bc0c..405dd607 100644
--- a/.github/workflows/integration-testing.yml
+++ b/.github/workflows/integration-testing.yml
@@ -29,20 +29,12 @@ jobs:
strategy:
matrix:
php: ["8.2", "8.1", "8.0"]
- wordpress: ["6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0" ]
+ wordpress: ["6.6", "6.5", "6.4", "6.3", "6.2"]
include:
- php: "8.2"
wordpress: "6.6"
coverage: 1
- # Test old versions against PHP 8.0
- - php: "7.4"
- wordpress: "6.1"
- - php: "7.4"
- wordpress: "6.0"
exclude:
- # Old WP versions that dont support newer PHP versions
- - php: "8.2"
- wordpress: "6.0"
# New WP versions that dont support older PHP versions
- php: "8.0"
wordpress: "6.6"
diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist
index 4162b899..2dcfe3d0 100644
--- a/.phpcs.xml.dist
+++ b/.phpcs.xml.dist
@@ -40,7 +40,7 @@
Tests for WordPress version compatibility.
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties
-->
-
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07697dc7..1eeaed48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- feat!: Refactor Settings handling and storage.
- feat: Refactor admin package.
- feat: Add Upgrader class for handling plugin upgrades.
+- chore!: Bump minimum WordPress version to 6.2.
- chore!: Remove `vendor`, `vendor-prefixed`, and `build` directories from the repository.
- chore: Update Composer dependencies.
- chore: Update NPM dependencies.
diff --git a/README.md b/README.md
index 76bf92be..a22a0e5f 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ This plugin is inspired by and aims to replace