Skip to content

Commit 0c709e5

Browse files
authored
travis PHP tests: remove nightly, add 7.2, 7.3
1 parent 4066613 commit 0c709e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ php:
33
- '5.6'
44
- '7.0'
55
- '7.1'
6-
- nightly
6+
- '7.2'
7+
- '7.3'
78
before_script:
89
- COMPOSER_DISABLE_XDEBUG_WARN=1 composer install --prefer-dist
910
script:

0 commit comments

Comments
 (0)