Skip to content

Commit 8f4cb18

Browse files
samneladunglas
authored andcommitted
Tests on php 7.3 (#1)
* Tests on php 7.3 * Improve .travis.yml
1 parent 5d8ced3 commit 8f4cb18

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ jobs:
44
include:
55
- php: '7.1'
66
- php: '7.2'
7+
- php: '7.3'
78
env: lint=1
8-
- php: '7.2'
9+
- php: '7.3'
910
env: deps=low
1011

1112
cache:
1213
directories:
1314
- $HOME/.composer/cache
1415

1516
before_install:
16-
- if [[ $lint = '1' ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.13.1/php-cs-fixer.phar; fi
17+
- if [[ $lint = '1' ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.14.2/php-cs-fixer.phar; fi
1718
- if [[ $lint = '1' ]]; then wget https://github.com/phpstan/phpstan/releases/download/0.10.5/phpstan.phar; fi
1819

1920
before_script:

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
build: false
22
platform: x86
3-
clone_folder: c:\projects\symfony\panther
3+
clone_folder: c:\projects\symfony\mercure-bundle
44

55
cache:
66
- '%LOCALAPPDATA%\Composer\files'
77

88
install:
99
- ps: Set-Service wuauserv -StartupType Manual
1010
- refreshenv
11-
- cd c:\tools\php72
11+
- cd c:\tools\php73
1212
- copy php.ini-production php.ini /Y
1313
- echo date.timezone="UTC" >> php.ini
1414
- echo extension_dir=ext >> php.ini

0 commit comments

Comments
 (0)