Skip to content

Commit

Permalink
System: bump PHP minimum requirement to PHP 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Jan 22, 2021
1 parent b954125 commit 71bcc06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: ["7.0", "7.4"]
php-version: ["7.3", "7.4"]
services:
mysql:
image: mysql:5.7
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ services:

# list any PHP version you want to test against
php:
- 7.0
- 7.3
# - 7.4

# optionally specify a list of environments, for example to test different RDBMS
env:
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* System Requirements
*/
$systemRequirements = [
'php' => '7.0.0',
'php' => '7.3.0',
'mysql' => '5.6',
'apache' => ['mod_rewrite'],
'extensions' => ['gettext', 'mbstring', 'curl', 'zip', 'xml', 'gd'],
Expand Down

0 comments on commit 71bcc06

Please sign in to comment.