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. Removing unsupported windows build versions.
  • Loading branch information
zobo committed Nov 22, 2019
1 parent dae7145 commit 819b1b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 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
2 changes: 1 addition & 1 deletion 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.3.12', VC_VERSION: '15', XDEBUG_VERSION: '2.8.0' }
- { 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' }

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 819b1b0

Please sign in to comment.