File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
tests/lib/DB/QueryBuilder Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 6060 fail-fast : false
6161 matrix :
6262 include :
63- - oracle-versions : ' 11'
64- php-versions : ' 8.2'
6563 - oracle-versions : ' 18'
6664 php-versions : ' 8.2'
6765 coverage : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change @@ -142,16 +142,6 @@ public function testLongText(): void {
142142 }
143143
144144 public function testJson (): void {
145- if ($ this ->connection ->getDatabaseProvider (true ) === IDBConnection::PLATFORM_ORACLE ) {
146- $ result = $ this ->connection ->executeQuery ('SELECT VERSION FROM PRODUCT_COMPONENT_VERSION ' );
147- $ version = $ result ->fetchOne ();
148- $ result ->closeCursor ();
149- if (str_starts_with ($ version , '11. ' )) {
150- $ this ->markTestSkipped ('JSON is not supported on Oracle 11, skipping until deprecation was clarified: ' . $ version );
151- }
152- }
153-
154-
155145 $ appId = $ this ->getUniqueID ('testing ' );
156146 $ query = $ this ->connection ->getQueryBuilder ();
157147 $ query ->insert ('share ' )
You can’t perform that action at this time.
0 commit comments