@@ -2,7 +2,6 @@ language: bash
22services : docker
33fast_finish : true
44env :
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
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"
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"
0 commit comments