Skip to content

Commit

Permalink
Merge pull request #313 from prooph/php72
Browse files Browse the repository at this point in the history
test php 7.2
  • Loading branch information
prolic committed Dec 5, 2017
2 parents 4b50e30 + 092777e commit 4f955cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,12 @@ matrix:
- php: 7.1
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"
- php: 7.2
env:
- DEPENDENCIES=""
- php: 7.2
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -33,7 +33,7 @@
"phpspec/prophecy": "^1.7",
"phpunit/phpunit": "^6.0",
"prooph/bookdown-template": "^0.2.3",
"prooph/php-cs-fixer-config": "^0.1.1",
"prooph/php-cs-fixer-config": "^0.2.1",
"psr/container": "^1.0",
"sandrokeil/interop-config": "^2.0.1",
"satooshi/php-coveralls": "^1.0"
Expand Down
1 change: 0 additions & 1 deletion tests/TransactionalActionEventEmitterEventStoreTest.php
Expand Up @@ -14,7 +14,6 @@

use PHPUnit\Framework\TestCase;
use Prooph\Common\Event\ProophActionEventEmitter;
use Prooph\EventStore\EventStore;
use Prooph\EventStore\Exception\TransactionAlreadyStarted;
use Prooph\EventStore\Exception\TransactionNotStarted;
use Prooph\EventStore\InMemoryEventStore;
Expand Down

0 comments on commit 4f955cc

Please sign in to comment.