We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611b8ab commit cc52a47Copy full SHA for cc52a47
tests/matrix/dbal/doctrine-4.0.sh
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env bash
2
+PHP_VERSION_MIN="80100"
3
+PHP_VERSION_MAX="80399"
4
+COMPOSER_REQUIRE="$COMPOSER_REQUIRE doctrine/dbal:^4.0"
5
+COMPOSER_REQUIRE="$COMPOSER_REQUIRE nette/tester:~2.3"
6
+DBAL="doctrine"
0 commit comments