Skip to content

Commit

Permalink
Updating PHP and XDebug versions for appveyor and travis, removing ma…
Browse files Browse the repository at this point in the history
…cos build.
  • Loading branch information
zobo committed Nov 22, 2019
1 parent dae7145 commit 063b13e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 79 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: php

php:
- '7.3'
- '7.2'
- '7.1'
- '5.6'
env:
global:
Expand All @@ -13,7 +11,6 @@ env:
matrix:
- XDEBUG_VERSION=2.8.0
- XDEBUG_VERSION=2.7.2
- XDEBUG_VERSION=2.5.5

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ environment:
NODE_VERSION: '8.9.3'
NPM_VERSION: '^6.3.0'
matrix:
- { PHP_VERSION: '7.1.27', VC_VERSION: '14', XDEBUG_VERSION: '2.5.5' }
- { PHP_VERSION: '5.6.30', VC_VERSION: '11', XDEBUG_VERSION: '2.5.5' }
- { PHP_VERSION: '7.3.12', VC_VERSION: '14', XDEBUG_VERSION: '2.8.0' }
- { PHP_VERSION: '5.6.30', VC_VERSION: '11', XDEBUG_VERSION: '2.7.2' }

install:
- ps: . .\appveyor-install.ps1
Expand Down
74 changes: 0 additions & 74 deletions scripts/travis-beforeinstall.sh

This file was deleted.

0 comments on commit 063b13e

Please sign in to comment.