Skip to content

Commit d876239

Browse files
committed
Moving to public moodlehq/moodle-db-oracle-r2 again
See moodlehq/moodle-db-oracle#9 for more info
1 parent 7dd49cf commit d876239

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: bash
22
services: docker
33
fast_finish: true
44
env:
5-
# Oracle jobs have been removed because there aren't public images anymore.
65
# phpunit
76
# PostgreSQL highest, lowest php supported
87
# We have set the "phpunit-full" to run against master
@@ -29,6 +28,10 @@ env:
2928
- "PHP=7.4 DB=mysql GIT=v3.9.1 SUITE=phpunit"
3029
- "PHP=7.4 DB=mysql GIT=v3.8.4 SUITE=phpunit"
3130
- "PHP=7.2 DB=mysql GIT=v3.5.8 SUITE=phpunit"
31+
- "PHP=7.4 DB=oracle GIT=v3.10.0 SUITE=phpunit"
32+
- "PHP=7.4 DB=oracle GIT=v3.9.1 SUITE=phpunit"
33+
- "PHP=7.4 DB=oracle GIT=v3.8.4 SUITE=phpunit"
34+
- "PHP=7.2 DB=oracle GIT=v3.5.8 SUITE=phpunit"
3235
# MariaDB, only lowest php supported
3336
- "PHP=7.2 DB=mariadb GIT=v3.10.0 SUITE=phpunit"
3437
- "PHP=7.2 DB=mariadb GIT=v3.9.1 SUITE=phpunit"
@@ -69,6 +72,10 @@ env:
6972
- "PHP=7.4 DB=mysql GIT=v3.9.1 SUITE=behat BROWSER=chrome"
7073
- "PHP=7.4 DB=mysql GIT=v3.8.4 SUITE=behat BROWSER=firefox"
7174
- "PHP=7.2 DB=mysql GIT=v3.5.8 SUITE=behat BROWSER=chrome"
75+
- "PHP=7.4 DB=oracle GIT=v3.10.0 SUITE=behat BROWSER=firefox"
76+
- "PHP=7.4 DB=oracle GIT=v3.9.1 SUITE=behat BROWSER=chrome"
77+
- "PHP=7.4 DB=oracle GIT=v3.8.4 SUITE=behat BROWSER=firefox"
78+
- "PHP=7.2 DB=oracle GIT=v3.5.8 SUITE=behat BROWSER=chrome"
7279
# MariaDB, only lowest php supported (1 browsers)
7380
- "PHP=7.2 DB=mariadb GIT=v3.10.0 SUITE=behat BROWSER=chrome"
7481
- "PHP=7.2 DB=mariadb GIT=v3.9.1 SUITE=behat BROWSER=firefox"

db.oracle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ services:
55
MOODLE_DOCKER_DBTYPE: oci
66
MOODLE_DOCKER_DBNAME: XE
77
db:
8-
image: moodlehq/moodle-db-oracle
8+
image: moodlehq/moodle-db-oracle-r2

0 commit comments

Comments
 (0)