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 PHP 8.4 to CI #6348

Open
wants to merge 956 commits into
base: 3.8.x
Choose a base branch
from
Open

Add PHP 8.4 to CI #6348

wants to merge 956 commits into from

Conversation

andreybolonin
Copy link
Contributor

Q A
Type bug/feature/improvement
Fixed issues

Summary

…reate-schema

Remove AbstractSchemaManager::createSchema()
…tected

Make internal Comparator methods protected
Remove property-based schema comparison APIs
…ftovers

Remove leftovers of handling foreign keys on non-InnoDB engines for MySQL
…traint-name

Introspect default constraint name
Remove conditional comments for MySQL older than 5.1.16
Remove support for "unique" and "check" column properties
Remove support for renaming tables via TableDiff
…lt-constraint-leftovers

Remove leftovers of renaming default contraints
…perties

Mark ColumnDiff properties as private and read-only
…handling-workaround

Remove workaround for PHP bug in PostgreSQL exception handler
derrabus and others added 21 commits February 3, 2024 20:29
* 3.8.x:
  README: The 4.0 branch is stable
  Move type coverage badge (doctrine#6295)
Corrected typo
…octrine#6305)

|      Q       |   A
|------------- | -----------
| Type         | improvement (documentation)
| Fixed issues | none
* 3.8.x:
  [3.8.x] AbstractPlatform - allow any string in interval for date interval expression (doctrine#6302)
* 3.8.x:
  PHPStan 1.10.58, PHPCS 3.9.0 (doctrine#6307)
* 3.8.x:
  Add gssencmode option to connection string for PgSQL & PDO PgSQL driver (doctrine#6320)
* 3.8.x:
  Bump CI workflows (doctrine#6323)
  Make all mapped database types case insensitive (doctrine#6321)
The list of reserved characters for cache key names was missing ':'
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | none

#### Summary

Page:
https://www.doctrine-project.org/projects/doctrine-dbal/en/4.0/reference/types.html#bigint

The `int`-mapping needs to be added at
https://www.doctrine-project.org/projects/doctrine-orm/en/3.1/reference/basic-mapping.html#doctrine-mapping-types
too!

What is the right version information? Is it only working if you have
DBAL 4 **and** ORM 3?
To reduce Algolia operations and indexes older versions get removed
* 3.8.x:
  Add MariaDB 11.3 to the test matrix (doctrine#6342)
  Spell which properly
  Fix double quote used wrongly for literal value in SqliteSchemaManager (doctrine#6325)
@greg0ire
Copy link
Member

🤔 isn't this a bit premature?

@derrabus
Copy link
Member

🤔 isn't this a bit premature?

I don't think so. We can start running the CI against PHP 8.4, but if we do, we should test all extensions and not just SQLite.

@andreybolonin
Copy link
Contributor Author

andreybolonin commented Mar 30, 2024

@derrabus updated for all extentions

@@ -299,6 +302,9 @@ jobs:
- php-version: "8.3"
mariadb-version: "11.2"
extension: "pdo_mysql"
- php-version: "8.4"
mariadb-version: "11.2"
extension: "pdo_mysql"
Copy link
Member

Choose a reason for hiding this comment

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

We need to test with both extensions!

@@ -370,6 +376,9 @@ jobs:
- php-version: "8.3"
mysql-version: "8.0"
extension: "pdo_mysql"
- php-version: "8.4"
mysql-version: "8.0"
extension: "pdo_mysql"
Copy link
Member

Choose a reason for hiding this comment

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

Same here

@derrabus
Copy link
Member

derrabus commented Apr 3, 2024

And please target 3.8.x for this PR.

@andreybolonin andreybolonin changed the base branch from 4.0.x to 3.8.x April 4, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet