Skip to content

Commit f9cde8b

Browse files
bump required PHP version to 7.4 or higher
1 parent ee81051 commit f9cde8b

File tree

5 files changed

+544
-539
lines changed

5 files changed

+544
-539
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', 'highest']
10+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', 'highest']
1111
steps:
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
==========
33

4+
### Trunk
5+
6+
- Bump required PHP version to 7.4 or higher.
7+
8+
49
#### 3.4.0 - Jan 03, 2025
510

611
- Remove deprecated Bootstrapper class.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here, you can browse the source code of the [Boxzilla plugin for WordPress](http
99
Requirements
1010
------------
1111

12-
- PHP version 7.2 or higher
12+
- PHP version 7.4 or higher
1313
- WordPress version 4.6 or higher
1414

1515

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"type": "wordpress-plugin",
2020
"require": {
21-
"php": ">=7.2"
21+
"php": ">=7.4"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^10.5.40"

0 commit comments

Comments
 (0)