Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Dec 6, 2021
1 parent d3921f6 commit 88684df
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/matrix/dbal/doctrine-2.0-php-5.4-to-7.3.sh
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="70399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5.13"
DBAL="doctrine"
1 change: 1 addition & 0 deletions tests/matrix/nette-di/nette-2.3-php-5.5-to-7.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~2.3.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~3.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/cache:~1.6"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nextras/dbal:~2.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~3.0"
1 change: 1 addition & 0 deletions tests/matrix/nette-di/nette-2.4-php-7.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~2.4.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"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/cache:~1.11"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nextras/dbal:~3.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~4.0"
1 change: 1 addition & 0 deletions tests/matrix/nette-di/nette-2.4-php-7.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/utils:~2.4.5"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~4.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/cache:~1.11"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nextras/dbal:~3.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~4.0"
1 change: 1 addition & 0 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
Expand Up @@ -6,5 +6,6 @@ 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"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/cache:~1.11"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nextras/dbal:~3.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE symfony/console:~4.0"
2 changes: 1 addition & 1 deletion tests/matrix/symfony-bundle/symfony-4.0-php-7.3-to-7.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PHP_VERSION_MIN="70300"
PHP_VERSION_MAX="70499"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.5"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.6.3"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/doctrine-bundle"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/doctrine-bundle:~2.0"
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"
Expand Down
2 changes: 2 additions & 0 deletions tests/run-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ composer_prepare_dependencies()
--no-interaction \
--no-update \
--dev \
--with-all-dependencies \
$COMPOSER_REQUIRE
fi

composer update \
--no-interaction \
--no-progress \
--with-all-dependencies \
$COMPOSER_PREFER_LOWEST
}

Expand Down

0 comments on commit 88684df

Please sign in to comment.