-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: run all integration tests also with --prefer-lowest
- Loading branch information
Showing
14 changed files
with
52 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"require-dev": { | ||
"nette/tester": "~1.4", | ||
"nette/tester": "~1.7", | ||
"mockery/mockery": "~0.9" | ||
}, | ||
"autoload": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/usr/bin/env bash | ||
PHP_VERSION_MIN="50400" | ||
PHP_VERSION_MAX="70299" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5" | ||
DBAL="doctrine" |
2 changes: 1 addition & 1 deletion
2
tests/matrix/dbal/nette-2.0.sh → ...s/matrix/dbal/nette-2.0-php-5.4-to-7.1.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
PHP_VERSION_MIN="50400" | ||
PHP_VERSION_MAX="70299" | ||
PHP_VERSION_MAX="70199" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/database:~2.2" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/caching:~2.2" | ||
DBAL="nette" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env bash | ||
PHP_VERSION_MIN="70200" | ||
PHP_VERSION_MAX="70299" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/database:~2.4" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/caching:~2.4" | ||
DBAL="nette" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/usr/bin/env bash | ||
PHP_VERSION_MIN="50400" | ||
PHP_VERSION_MAX="50499" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~2.3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~2.3.12" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~2.3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nextras/dbal:~1.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/usr/bin/env bash | ||
PHP_VERSION_MIN="50500" | ||
PHP_VERSION_MAX="70199" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~2.3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~2.3.12" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~2.3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nextras/dbal:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/usr/bin/env bash | ||
PHP_VERSION_MIN="50600" | ||
PHP_VERSION_MAX="70099" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~2.4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~2.4.1" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~2.4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nextras/dbal:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/usr/bin/env bash | ||
PHP_VERSION_MIN="70100" | ||
PHP_VERSION_MAX="70299" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~2.4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~2.4.1" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~2.4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nextras/dbal:~3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
#!/usr/bin/env bash | ||
PHP_VERSION_MIN="50500" | ||
PHP_VERSION_MAX="70299" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.5" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/doctrine-bundle" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/config:~3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/dependency-injection:~3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/http-kernel:~3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/yaml:~3.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/config:~3.3" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~3.3" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/dependency-injection:~3.3" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/doctrine-bridge:~3.3" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/framework-bundle:~3.3" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/http-kernel:~3.3" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/yaml:~3.3" | ||
DBAL='doctrine' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
#!/usr/bin/env bash | ||
PHP_VERSION_MIN="70100" | ||
PHP_VERSION_MAX="70299" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.5" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/doctrine-bundle" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/config:~4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/dependency-injection:~4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/doctrine-bridge:~4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/framework-bundle:~4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/http-kernel:~4.0" | ||
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/yaml:~4.0" | ||
DBAL='doctrine' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters