Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Oracle v23 to CI testing #6217

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

mvorisek
Copy link
Contributor

@mvorisek mvorisek commented Nov 6, 2023

Q A
Type improvement
Fixed issues n/a

Summary

Latest Oracle database compatibility should be tested.

Targetting lowest open branch to assert the compatibility for 3.7.x too for possible bugfixes.

@@ -148,7 +149,7 @@ jobs:
composer-options: "--ignore-platform-req=php+"

- name: "Run PHPUnit"
run: "vendor/bin/phpunit -c ci/github/phpunit/oci8.xml --coverage-clover=coverage.xml"
run: "vendor/bin/phpunit -c ci/github/phpunit/oci8${{ matrix.oracle-version < 23 && '-21' || '' }}.xml --coverage-clover=coverage.xml"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needed because different dbname is needed - gvenzl/oci-oracle-xe#238

@derrabus derrabus added this to the 3.7.2 milestone Nov 6, 2023
@derrabus
Copy link
Member

derrabus commented Nov 6, 2023

Awesome, thank you!

@derrabus derrabus merged commit 2caad21 into doctrine:3.7.x Nov 6, 2023
86 checks passed
derrabus added a commit that referenced this pull request Nov 6, 2023
* 3.7.x:
  Add Oracle v23 to CI testing (#6217)
@mvorisek mvorisek deleted the test_oracle_23 branch November 6, 2023 22:31
derrabus added a commit to derrabus/dbal that referenced this pull request Nov 11, 2023
* 3.8.x:
  Enable skipping locked rows in QueryBuilder
  Fix coding standard violation
  Remove unused unit test fixtures
  Add Oracle v23 to CI testing (doctrine#6217)
  Extend `AbstractMySQLPlatform::getColumnTypeSQLSnippets()` deprecation layer (doctrine#6215)
  Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippets() (doctrine#6213)
  Fix MariaDB list columns performance (doctrine#6202)
derrabus added a commit to derrabus/dbal that referenced this pull request Nov 11, 2023
* 3.8.x:
  Enable skipping locked rows in QueryBuilder
  Fix coding standard violation
  Remove unused unit test fixtures
  Add Oracle v23 to CI testing (doctrine#6217)
  Extend `AbstractMySQLPlatform::getColumnTypeSQLSnippets()` deprecation layer (doctrine#6215)
  Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippets() (doctrine#6213)
  Fix MariaDB list columns performance (doctrine#6202)
allan-simon pushed a commit to allan-simon/dbal that referenced this pull request Nov 13, 2023
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | n/a

#### Summary

Latest Oracle database compatibility should be tested.

Targetting lowest open branch to assert the compatibility for 3.7.x too
for possible bugfixes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants