8.x-2.x-dev is incorrectly marked as supporting D10

Created on 18 April 2023, about 1 year ago
Updated 14 May 2023, about 1 year ago

Problem/Motivation

In πŸ› CsvEncoder::encode must be compatible with Symfony\Component\Serializer\Encoder\EncoderInterface::encode Fixed it was determined that we are not able to support both D9 and D10 on the same branch due to a breaking interface change between Symfony versions.

This is due to the difference in EncoderInterface::encode() signatures between Symfony 4.4 (D9) and Symfony 6.2 (D10).

We removed D9 support from the 3.x branch (f9083374), but the 8.x-2.x branch is still marked as supporting D10.

Proposed resolution

Remove D10 support from 8.x-2.x branch.

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States markdorison

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024