Skip to content

Commit cc52a47

Browse files
committed
Run integration tests against DBAL 4.x
1 parent 611b8ab commit cc52a47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/matrix/dbal/doctrine-4.0.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)