Skip to content

Commit

Permalink
Minimum PHP version set to 7.4.
Browse files Browse the repository at this point in the history
Unit test added for PHP 8.3
  • Loading branch information
CaMer0n committed Nov 28, 2023
1 parent ea8a814 commit 39b3ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
fail-fast: false
matrix:
interpreter:
- image: php:5.6
- image: php:7.0
- image: php:7.4
- image: php:8.1
- image: php:8.2
- image: php:8.3
db:
- image: mysql:5.5
- image: bitnami/mysql:8.0
Expand Down
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

// minimal software version
define('MIN_PHP_VERSION', '5.6');
define('MIN_PHP_VERSION', '7.4');
define('MIN_MYSQL_VERSION', '4.1.2');
define('MAKE_INSTALL_LOG', true);

Expand Down

0 comments on commit 39b3ed9

Please sign in to comment.