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: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php-versions: ['7.2'] php-versions: ['7.4']
steps: steps:
- name: Checkout - name: Checkout

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

Loading…
Cancel
Save