File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 53
53
# OCI8
54
54
- php-versions : ' 7.4'
55
55
db-platforms : OCI8
56
- mysql-versions : ' 5.7 '
56
+ mysql-versions : ' 8.0 '
57
57
dependencies : ' highest'
58
58
59
59
services :
@@ -77,22 +77,29 @@ jobs:
77
77
options : --health-cmd=pg_isready --health-interval=10s --health-timeout=5s --health-retries=3
78
78
79
79
mssql :
80
- image : mcr.microsoft.com/mssql/server:2019-CU10 -ubuntu-20.04
80
+ image : mcr.microsoft.com/mssql/server:2019-CU28 -ubuntu-20.04
81
81
env :
82
82
SA_PASSWORD : 1Secure*Password1
83
83
ACCEPT_EULA : Y
84
84
MSSQL_PID : Developer
85
+ MSSQL_ENCRYPT : optional
85
86
ports :
86
87
- 1433:1433
87
- options : --health-cmd="/opt/mssql-tools /bin/sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q 'SELECT @@VERSION'" --health-interval=10s --health-timeout=5s --health-retries=3
88
+ options : --health-cmd="/opt/mssql-tools18 /bin/sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q 'SELECT @@VERSION' -N -C " --health-interval=10s --health-timeout=5s --health-retries=3
88
89
89
90
oracle :
90
- image : quillbuilduser /oracle-18-xe
91
+ image : gvenzl /oracle-xe:18
91
92
env :
92
- ORACLE_ALLOW_REMOTE : true
93
+ ORACLE_RANDOM_PASSWORD : true
94
+ APP_USER : ORACLE
95
+ APP_USER_PASSWORD : ORACLE
93
96
ports :
94
97
- 1521:1521
95
- options : --health-cmd="/opt/oracle/product/18c/dbhomeXE/bin/sqlplus -s sys/Oracle18@oracledbxe/XE as sysdba <<< 'SELECT 1 FROM DUAL'" --health-interval=10s --health-timeout=5s --health-retries=3
98
+ options : >-
99
+ --health-cmd healthcheck.sh
100
+ --health-interval 20s
101
+ --health-timeout 10s
102
+ --health-retries 10
96
103
97
104
steps :
98
105
- name : Create database for MSSQL Server
Original file line number Diff line number Diff line change 27
27
"codeigniter4/framework" : " ^4.2.7" ,
28
28
"mikey179/vfsstream" : " ^1.6.7" ,
29
29
"mockery/mockery" : " ^1.0" ,
30
- "rector/rector" : " 1.0.5"
30
+ "phpunit/phpunit" : " ^9.6" ,
31
+ "rector/rector" : " 1.1.1"
31
32
},
32
33
"minimum-stability" : " dev" ,
33
34
"prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments