File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed
Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,14 @@ jobs:
3030
3131 strategy :
3232 matrix :
33- php : [ '7.4', '8.3' ]
34- wordpress : [ '6.4', '6.8' ]
35- allowed_failure : [false]
3633 include :
37- # Check upcoming WP.
38- - php : ' 8.3'
39- wordpress : ' master'
40- allowed_failure : true
41- # Check upcoming PHP.
42- - php : ' 8.5'
43- wordpress : ' 6.8'
44- allowed_failure : true
34+ # Check lowest supported WP version, with the lowest supported PHP.
35+ - wordpress : ' 6.4'
36+ php : ' 7.4'
37+ # Check latest WP with the latest PHP.
38+ - wordpress : ' master'
39+ php : ' latest'
4540 fail-fast : false
46- continue-on-error : ${{ matrix.allowed_failure }}
4741
4842 steps :
4943 - name : Checkout code
Original file line number Diff line number Diff line change 22
33Stable tag: 0.7.1
44Requires at least: 6.4
5- Tested up to: 6.8
5+ Tested up to: 6.9
66Requires PHP: 7.4
77License: GPLv2 or later
88License URI: https://www.gnu.org/licenses/gpl-2.0.html
You can’t perform that action at this time.
0 commit comments