We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13532b6 commit 6256c3eCopy full SHA for 6256c3e
.github/workflows/php-check-syntax.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
php-version: ${{ matrix.php-versions }}
16
tools: composer
17
+ ini-file: development
18
19
- name: checkout repo
20
uses: actions/checkout@v3
boxzilla.php
@@ -33,8 +33,8 @@
33
// Exit if not loaded inside a WordPress context
34
defined('ABSPATH') or exit;
35
36
-// Exit if PHP lower than 7.2
37
-PHP_VERSION_ID >= 70200 or exit;
+// Exit if PHP lower than 7.4
+PHP_VERSION_ID >= 70400 or exit;
38
39
define('BOXZILLA_FILE', __FILE__);
40
define('BOXZILLA_DIR', __DIR__);
0 commit comments