Skip to content

Add minimum supported AGP version to test matrix #1213

@runningcode

Description

@runningcode

The CI test matrix currently picks the latest previous major AGP version dynamically (currently 8.13.2), but does not test against the declared minimum supported AGP version (7.4). This means backwards-compatibility regressions against AGP 7.4 can ship undetected.

  • Minimum supported AGP version in code: 7.4
  • Compile AGP version: 8.10.1
  • Lowest AGP version in current test matrix: 8.13.2

The version-selection script should be updated to hardcode the minimum supported AGP version so it is always included in the matrix, regardless of how the dynamic version picker resolves newer versions.

Action taken on behalf of Nelson Osacky.

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions