diff options
| -rw-r--r-- | .github/workflows/phpunit.yaml | 2 | ||||
| -rw-r--r-- | .travis.yml | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 8210b1da62..1d529b4cb9 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-20.04] - php-version: ['7.3', '7.4', '8.0'] + php-version: ['7.4', '8.0'] name: Testing PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }} diff --git a/.travis.yml b/.travis.yml index 2501354e5a..758369ad9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: php matrix: include: - - php: 7.3 - dist: bionic - php: 7.4 dist: focal - php: 8.0 |
