Skip to content

Commit

Permalink
bump required PHP version to 7.4 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jan 6, 2025
1 parent ee81051 commit f9cde8b
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 539 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-check-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', 'highest']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', 'highest']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
==========

### Trunk

- Bump required PHP version to 7.4 or higher.


#### 3.4.0 - Jan 03, 2025

- Remove deprecated Bootstrapper class.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here, you can browse the source code of the [Boxzilla plugin for WordPress](http
Requirements
------------

- PHP version 7.2 or higher
- PHP version 7.4 or higher
- WordPress version 4.6 or higher


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"type": "wordpress-plugin",
"require": {
"php": ">=7.2"
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^10.5.40"
Expand Down
Loading

0 comments on commit f9cde8b

Please sign in to comment.