Skip to content

Commit 9abf95b

Browse files
committed
Changing Oracle base image
1 parent 4e453c7 commit 9abf95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit-oracle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
66
cd $DIR
77
cd ..
88

9-
docker run --rm --name oracle-tdbm-test -v $(pwd):/app -v $(pwd)/tests/Fixtures/oracle-startup.sql:/docker-entrypoint-initdb.d/oracle-startup.sql moufmouf/oracle-xe-php vendor/bin/phpunit -c phpunit.oracle.xml
9+
docker run --rm --name oracle-tdbm-test -v $(pwd):/app -v $(pwd)/tests/Fixtures/oracle-startup.sql:/docker-entrypoint-initdb.d/oracle-startup.sql moufmouf/oracle-xe-php:7.4-11g vendor/bin/phpunit -c phpunit.oracle.xml
1010

0 commit comments

Comments
 (0)