Skip to content

Commit d206e6c

Browse files
committed
chore: upgrade to gvenzl/oracle-free
1 parent 4838c2a commit d206e6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/reusable-phpunit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
--health-retries=3
115115
116116
oracle:
117-
image: gvenzl/oracle-xe:21
117+
image: gvenzl/oracle-free:latest
118118
env:
119119
ORACLE_RANDOM_PASSWORD: true
120120
APP_USER: ORACLE

.github/workflows/test-random-execution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
--health-retries=3
121121
122122
oracle:
123-
image: gvenzl/oracle-xe:21
123+
image: gvenzl/oracle-free:latest
124124
env:
125125
ORACLE_RANDOM_PASSWORD: true
126126
APP_USER: ORACLE

app/Config/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class Database extends Config
140140
// * @var array<string, mixed>
141141
// */
142142
// public array $default = [
143-
// 'DSN' => 'localhost:1521/XEPDB1',
143+
// 'DSN' => 'localhost:1521/FREEPDB1',
144144
// 'username' => 'root',
145145
// 'password' => 'root',
146146
// 'DBDriver' => 'OCI8',

tests/_support/Config/Registrar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class Registrar
105105
'port' => 1433,
106106
],
107107
'OCI8' => [
108-
'DSN' => 'localhost:1521/XEPDB1',
108+
'DSN' => 'localhost:1521/FREEPDB1',
109109
'hostname' => '',
110110
'username' => 'ORACLE',
111111
'password' => 'ORACLE',

0 commit comments

Comments
 (0)