Browse Source

drop PHP 5.5, add PHP 7.3

deploy Google App Engine version to PHP 7.2
pull/93/head
Aaron Parecki 4 years ago
parent
commit
e99ccf473f
No known key found for this signature in database GPG Key ID: 276C2817346D6056
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      .travis.yml
  2. +1
    -1
      app.yaml

+ 2
- 2
.travis.yml View File

@ -1,10 +1,10 @@
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
sudo: false
before_script:
- composer self-update
@ -21,5 +21,5 @@ deploy:
project: xray-p3k-io
on:
branch: master
php: 5.5
php: 7.2
keyfile: XRay-67d8fdd0bba3.json

+ 1
- 1
app.yaml View File

@ -1,4 +1,4 @@
runtime: php55
runtime: php72
api_version: 1
handlers:
- url: /assets

Loading…
Cancel
Save