File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 # Define a matrix of PHP/WordPress versions to test against
1818 strategy :
1919 matrix :
20- php : [8.1, 8. 2, 8.3]
20+ php : [8.2, 8.3]
2121 wordpress : ["latest"]
2222 runs-on : ubuntu-latest
2323 # Cancel any existing runs of this workflow
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Requires at least: 6.3
3939
4040Tested up to: 6.7
4141
42- Requires PHP: 8.1
42+ Requires PHP: 8.2
4343
4444License: GPL v2 or later
4545
Original file line number Diff line number Diff line change 2424 die ( 'Not supported in Windows. 🪟 ' );
2525}
2626
27- if ( version_compare ( PHP_VERSION , '8.1 .0 ' , '< ' ) ) {
28- die ( 'PHP 8.1 .0 or greater is required. ' );
27+ if ( version_compare ( PHP_VERSION , '8.2 .0 ' , '< ' ) ) {
28+ die ( 'PHP 8.2 .0 or greater is required. ' );
2929}
3030
3131// Parse the command line arguments from $argv.
You can’t perform that action at this time.
0 commit comments