From 2079f70a367ba86cdc67c14ecc7e12603c1107d5 Mon Sep 17 00:00:00 2001 From: "Michael A. McMahon" Date: Mon, 17 Jul 2023 15:22:43 -0700 Subject: [PATCH 1/2] Use 23.2 database image --- .github/workflows/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 82ed8db96d454202ed351ab235471715c4305cf9 Mon Sep 17 00:00:00 2001 From: "Michael A. McMahon" Date: Mon, 17 Jul 2023 15:23:09 -0700 Subject: [PATCH 2/2] Ignore IntelliJ files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f63f671..377b203 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sample/config.properties .github/workflows/startup/99_done.sh .github/workflows/startup/done +.idea