mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #898] [MERGED] Only run Gradle compatibility tests against minimum and maximum release #793
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/898
Author: @bioball
Created: 1/22/2025
Status: ✅ Merged
Merged: 1/22/2025
Merged by: @bioball
Base:
main← Head:prune-compatibility-tests📝 Commits (1)
8303436Only run Gradle compatibility tests against minimum and maximum release📊 Changes
1 file changed (+13 additions, -10 deletions)
View changed files
📝
buildSrc/src/main/kotlin/pklGradlePluginTest.gradle.kts(+13 -10)📄 Description
Currently, we run against every release version, which is taking 20 minutes to run in CI, and this will grow as Gradle creates more releases.
This limits the amount of Gradle versions being tested against; theoretically, only testing against the minimum version and the maximum version should ensure that we are compatible with every version in the range.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.