Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 14cc66b

Browse files
Merge pull request #64 from alexislefebvre/php-7.3
Travis CI: Add PHP 7.3
2 parents ea2a0fa + 4cb25f6 commit 14cc66b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,18 @@ jobs:
105105
- php ./vendor/bin/phpunit $PHPUNIT_FLAGS
106106
- php ./vendor/bin/behat
107107

108+
- name: "PHP 7.3 / Symfony 4"
109+
php: 7.3
110+
env:
111+
- SYMFONY_VERSION="^4.2"
112+
before_install:
113+
- ''
114+
115+
install:
116+
- composer require symfony/config:${SYMFONY_VERSION} symfony/form:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION} symfony/templating:${SYMFONY_VERSION} symfony/security-csrf:${SYMFONY_VERSION} symfony/var-dumper:${SYMFONY_VERSION} --no-update
117+
- composer install --no-interaction --profile --no-progress
118+
119+
script:
120+
- php ./vendor/bin/phpspec run --format=pretty
121+
- php ./vendor/bin/phpunit $PHPUNIT_FLAGS
122+
- php ./vendor/bin/behat

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"behat/mink": "^1.7",
3535
"behat/mink-extension": "~2.2",
3636
"behat/mink-browserkit-driver": "~1.3",
37-
"phpspec/phpspec": "~3.4||~4.2",
37+
"phpspec/phpspec": "~4.2||~5.0",
3838
"doctrine/data-fixtures": "^1.3",
3939
"nelmio/alice": "^3.4",
4040
"behatch/contexts": "^3.1"

0 commit comments

Comments
 (0)