Skip to content

Commit 6256c3e

Browse files
use development ini
1 parent 13532b6 commit 6256c3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/php-check-syntax.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
php-version: ${{ matrix.php-versions }}
1616
tools: composer
17+
ini-file: development
1718

1819
- name: checkout repo
1920
uses: actions/checkout@v3

boxzilla.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// Exit if not loaded inside a WordPress context
3434
defined('ABSPATH') or exit;
3535

36-
// Exit if PHP lower than 7.2
37-
PHP_VERSION_ID >= 70200 or exit;
36+
// Exit if PHP lower than 7.4
37+
PHP_VERSION_ID >= 70400 or exit;
3838

3939
define('BOXZILLA_FILE', __FILE__);
4040
define('BOXZILLA_DIR', __DIR__);

0 commit comments

Comments
 (0)