jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/372225 )

Change subject: Drop support for PHP 5.3 and PHP 5.4
......................................................................


Drop support for PHP 5.3 and PHP 5.4

Per T75901, MediaWiki no longer supports this. Our CI environment
also hasn't been verifying this library on PHP 5.3 or PHP 5.4 for
a while.

Travis CI also doesn't support PHP 5.3 anymore on current images
that use Ubuntu Trusty instead of Precise (deprecated).

Change-Id: Iffb7b707e2ef04895db3d18ed2db8494a99883cf
---
M .travis.yml
M composer.json
2 files changed, 1 insertion(+), 6 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.travis.yml b/.travis.yml
index 1c95cf3..5ec3af6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,9 @@
 sudo: false
 language: php
 php:
-  - "5.3.3"
-  - "5.3"
-  - "5.4"
   - "5.5"
   - "5.6"
   - "hhvm"
-before_install:
-  - if [ "$TRAVIS_PHP_VERSION" = "5.3.3" ]; then composer config disable-tls 
true; composer config secure-http false; fi
 install:
   - composer install
 script:
diff --git a/composer.json b/composer.json
index cc2e96f..9e7b1cf 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
                ]
        },
        "require": {
-               "php": ">=5.3.3"
+               "php": ">=5.5.9"
        },
        "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.*",

-- 
To view, visit https://gerrit.wikimedia.org/r/372225
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iffb7b707e2ef04895db3d18ed2db8494a99883cf
Gerrit-PatchSet: 1
Gerrit-Project: utfnormal
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to