Adjust supported PHP versions
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 21 Oct 2020 10:53:37 +0000 (12:53 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 21 Oct 2020 10:53:37 +0000 (12:53 +0200)
.github/workflows/php-syntax.yml
.travis.yml

index 3c469d48744ea3d19f59c6060ac27907a7184bfb..e58370db44615b25f17d59ed1bc59df759c3e75d 100644 (file)
@@ -11,8 +11,6 @@ jobs:
       fail-fast: false
       matrix:
         php:
-        - '7.0'
-        - '7.1'
         - '7.2'
         - '7.3'
         - '7.4'
index aea7d620807023c2c5e7027198aa3266e550c17d..894dd50fc22129b1d4fd47d8f7cf6a892b8f0147 100644 (file)
@@ -1,8 +1,8 @@
 language: php
 sudo: false
 php:
+  - 7.4
   - 7.2
-  - 7.0
 before_install:
   - export PATH="$PATH:$(composer global config bin-dir --absolute)"
   - composer global require "squizlabs/php_codesniffer=3.*"