Internal: Remove automated testing on PHP < 7.4

pull/5880/head
Angel Fernando Quiroz Campos 11 months ago
parent 277b15b3a7
commit 2edd604d55
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 2
      .github/workflows/php_cs.yml
  2. 4
      .travis.yml

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.2']
php-versions: ['7.4']
steps:
- name: Checkout

@ -18,9 +18,7 @@ cache:
directories:
- $HOME/.composer/cache/files
php:
- 7.1
- 7.2
- 7.3
- 7.4
env:
global:

Loading…
Cancel
Save