From a89136fcd308903724aeebb4509dcdd5ef1ed56c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 8 Jul 2024 13:16:10 +0200 Subject: [PATCH] I dont know Signed-off-by: Joas Schilling --- .github/workflows/phpunit-oci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index b174bf911a0..178d0380204 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -85,7 +85,7 @@ jobs: # Forward Oracle port ports: - - 4444:1521/tcp + - 1521:1521 # Provide healthcheck script options for startup options: >- @@ -116,7 +116,7 @@ jobs: - name: Set up Nextcloud env: - DB_PORT: 4444 + DB_PORT: 1521 run: | mkdir data cp tests/redis.config.php config/