File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 DATABASE_SYS_PASSWORD : Oracle18
2020 DATABASE_HOST : localhost
2121 DATABASE_PORT : 1521
22+ JRUBY_OPTS : " --dev"
2223
2324 services :
2425 oracle :
Original file line number Diff line number Diff line change 1919 ' 3.3' ,
2020 ' jruby-10.1.0.0' ,
2121 ]
22+ include :
23+ - ruby : ' jruby-10.1.0.0'
24+ jruby_opts : ' --dev'
2225 env :
26+ JRUBY_OPTS : ${{ matrix.jruby_opts }}
2327 ORACLE_HOME : /opt/oracle/instantclient_23_26
2428 LD_LIBRARY_PATH : /opt/oracle/instantclient_23_26
2529 NLS_LANG : AMERICAN_AMERICA.AL32UTF8
Original file line number Diff line number Diff line change 2323 ' 3.3' ,
2424 ' jruby-10.1.0.0' ,
2525 ]
26+ include :
27+ - ruby : ' jruby-10.1.0.0'
28+ jruby_opts : ' --dev'
2629 env :
30+ JRUBY_OPTS : ${{ matrix.jruby_opts }}
2731 ORACLE_HOME : /opt/oracle/instantclient_21_15
2832 LD_LIBRARY_PATH : /opt/oracle/instantclient_21_15
2933 NLS_LANG : AMERICAN_AMERICA.AL32UTF8
Original file line number Diff line number Diff line change 2525 DATABASE_HOST : localhost
2626 DATABASE_PORT : 1521
2727 DATABASE_VERSION : 11.2.0.2
28+ JRUBY_OPTS : " --dev"
2829
2930 services :
3031 oracle :
You can’t perform that action at this time.
0 commit comments