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

Run tests against MySQL 8.4 #6386

Merged
merged 1 commit into from
May 5, 2024
Merged

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented May 5, 2024

No description provided.

@derrabus derrabus added this to the 3.8.5 milestone May 5, 2024
@wmouwen wmouwen mentioned this pull request May 5, 2024
@derrabus derrabus merged commit d0f6167 into doctrine:3.8.x May 5, 2024
79 of 86 checks passed
@derrabus derrabus deleted the ci/mysql-8.4 branch May 5, 2024 15:17
derrabus added a commit that referenced this pull request May 5, 2024
|      Q       |   A
|------------- | -----------
| Type         | bug
| Fixed issues | N/A

#### Summary

CI is failing with MySQL 8.4 at the moment. Not sure why I did not see
that in #6386.
derrabus added a commit to derrabus/dbal that referenced this pull request May 16, 2024
* 3.8.x:
  Bump doctrine/.github from 5.0.0 to 5.0.1 (doctrine#6391)
  PHPStan 1.10.67, PHPUnit 9.6.19, PHPCS 3.9.2 (doctrine#6387)
  Fix "Plugin 'mysql_native_password' is not loaded" (doctrine#6388)
  Run tests against MySQL 8.4 (doctrine#6386)
derrabus added a commit that referenced this pull request May 16, 2024
* 4.0.x:
  Fix example for QB delete and update in doc block
  Bump doctrine/.github from 5.0.0 to 5.0.1 (#6391)
  PHPStan 1.10.67, PHPUnit 9.6.19, PHPCS 3.9.2 (#6387)
  Fix "Plugin 'mysql_native_password' is not loaded" (#6388)
  Run tests against MySQL 8.4 (#6386)
derrabus added a commit that referenced this pull request May 16, 2024
* 4.1.x:
  Fix example for QB delete and update in doc block
  Bump doctrine/.github from 5.0.0 to 5.0.1 (#6391)
  PHPStan 1.10.67, PHPUnit 9.6.19, PHPCS 3.9.2 (#6387)
  Fix "Plugin 'mysql_native_password' is not loaded" (#6388)
  Run tests against MySQL 8.4 (#6386)
  Use 3.8.x as a target for dependabot version updates (#6384)
  Setup dependabot
  Fix SQLiteSchemaManagerTest case
  Switch to substr implementation
  fix merge
  Bump workflow actions
  Fix SQL Server "extended property" SQL generation (#6353)
  Fix DB name passing in SqliteSchemaManager::listTableForeignKeys() (#6338)
  Fix SQLite temp table name must not contain dot (#6315)
  Provide CODECOV_TOKEN
  Upgrade to codecov/codecov-action v4
  Set fail_ci_if_error flag to true
  Specify the minor version number
derrabus pushed a commit that referenced this pull request May 16, 2024
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | none

#### Summary

MySQL 8.4 introduces a new set of reserved keywords
([link][8.4-reserved-keywords]). This PR adds a new platform definition
for MySQL 8.4 and higher.

[8.4-reserved-keywords]:
https://dev.mysql.com/doc/refman/8.4/en/keywords.html#keywords-new-in-current-series

#### Related
- #6386
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