Skip to content

Commit

Permalink
fix using old PHP_VERSION_MAX value
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Jan 20, 2024
1 parent e4d5287 commit 54da4ce
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tests/matrix/dbal/dibi-4.0-php-8.1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="80100"
PHP_VERSION_MAX="80199"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~4.2.4"
PHP_VERSION_MAX="80399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE dibi/dibi:~4.2.7"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/tester:~2.3"
DBAL="dibi"
2 changes: 1 addition & 1 deletion tests/matrix/dbal/doctrine-2.0-php-8.1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="80100"
PHP_VERSION_MAX="80199"
PHP_VERSION_MAX="80399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.13.3"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/tester:~2.3"
DBAL="doctrine"
2 changes: 1 addition & 1 deletion tests/matrix/dbal/doctrine-3.0.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="70300"
PHP_VERSION_MAX="80099"
PHP_VERSION_MAX="80399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~3.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/tester:~2.3"
DBAL="doctrine"
2 changes: 1 addition & 1 deletion tests/matrix/dbal/nette-3.0-php-8.1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="80100"
PHP_VERSION_MAX="80199"
PHP_VERSION_MAX="80399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/database:~3.1.4"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/caching:~3.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/tester:~2.3"
Expand Down
2 changes: 1 addition & 1 deletion tests/matrix/dbal/nextras-4.0-php-7.4-to-8.1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="70400"
PHP_VERSION_MAX="80199"
PHP_VERSION_MAX="80399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nextras/dbal:~4.0.3"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/tester:~2.3"
DBAL="nextras"
2 changes: 1 addition & 1 deletion tests/matrix/symfony-bundle/symfony-5.0-php-8.1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="80100"
PHP_VERSION_MAX="80199"
PHP_VERSION_MAX="80399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~2.13.3"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.7"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/doctrine-bundle:~2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/matrix/symfony-bundle/symfony-6.0-php-8.0.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PHP_VERSION_MIN="80000"
PHP_VERSION_MAX="80199"
PHP_VERSION_MAX="80399"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:~3.0"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/orm:~2.11"
COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/doctrine-bundle:~2.6"
Expand Down

0 comments on commit 54da4ce

Please sign in to comment.