Skip to content

Commit

Permalink
tests: use stable version of nette/*
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Apr 14, 2019
1 parent 2993e91 commit 0cde8c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/matrix/dbal/nette-3.0.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="70100"
PHP_VERSION_MAX="70399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/database:~3.0@alpha"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/caching:~3.0@beta"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/database:~3.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/caching:~3.0"
DBAL="nette"
4 changes: 2 additions & 2 deletions tests/matrix/nette-di/nette-3.0-php-7.1-to-7.2.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="70100"
PHP_VERSION_MAX="70299"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~3.0.0@alpha"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~3.0.0-beta2@beta"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~3.0.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~3.0.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~4.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/matrix/nette-di/nette-3.0-php-7.3.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="70300"
PHP_VERSION_MAX="70399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~3.0.0@alpha"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~3.0.0-beta2@beta"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/di:~3.0.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~3.0.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~4.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.6.3"
Expand Down

0 comments on commit 0cde8c9

Please sign in to comment.