diff --git a/.github/workflows/test.sh b/.github/workflows/test.sh index fed4029..54e3f3f 100755 --- a/.github/workflows/test.sh +++ b/.github/workflows/test.sh @@ -51,7 +51,7 @@ echo "touch $startUpMount/done" > $startUpScripts/99_done.sh # TODO: Also test with newer database versions git clone https://github.com/oracle/docker-images.git cd docker-images/OracleDatabase/SingleInstance/dockerfiles/ -./buildContainerImage.sh -v 18.4.0 -x +./buildContainerImage.sh -v 23.2.0 -f # Run the image in a detached container # The startup directory is mounted. It contains a createUser.sql script that diff --git a/.gitignore b/.gitignore index 46a38f5..377b203 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ /sample/config.properties .github/workflows/startup/99_done.sh .github/workflows/startup/done -.idea/ +.idea