Skip to content

Commit

Permalink
update required php version and matrix versions
Browse files Browse the repository at this point in the history
exclude the wp 6.6 and php 7.1 matrix since that version of wp requires 7.2+
  • Loading branch information
circlecube committed Aug 8, 2024
1 parent a6cd278 commit 87e30c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/cypress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
wpVersion:
- '6.4'
- '6.5'
- '6.6'
exclude:
- phpVersion: '7.1'
wpVersion: '6.6'

steps:

Expand Down
2 changes: 1 addition & 1 deletion mojo-marketplace.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Version: 3.2.0
* Tested up to: 6.6.1
* Requires at least: 5.8
* Requires PHP: 7.0
* Requires PHP: 7.1
* Author: Bluehost
* Author URI: https://bluehost.com
* Text Domain: wp-plugin-mojo
Expand Down

0 comments on commit 87e30c2

Please sign in to comment.