Skip to content

Commit

Permalink
update supported wp versions for Woo in cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 20, 2024
1 parent 093b2d3 commit 318e825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = defineConfig( {
const supportsWoo = ( env ) => {
const semver = require( 'semver' );
if (
semver.satisfies( env.wpSemverVersion, '>=6.5.0' ) &&
semver.satisfies( env.wpSemverVersion, '>=6.6.0' ) &&
semver.satisfies( env.phpSemverVersion, '>=7.4.0' )
) {
return true;
Expand Down

0 comments on commit 318e825

Please sign in to comment.