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.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/898
**Author:** [@bioball](https://github.com/bioball)
**Created:** 1/22/2025
**Status:** ✅ Merged
**Merged:** 1/22/2025
**Merged by:** [@bioball](https://github.com/bioball)
**Base:** `main` ← **Head:** `prune-compatibility-tests`
---
### 📝 Commits (1)
- [`8303436`](https://github.com/apple/pkl/commit/830343675a35a1d72a63d2ba5189e62c6c390c01) Only run Gradle compatibility tests against minimum and maximum release
### 📊 Changes
**1 file changed** (+13 additions, -10 deletions)
<details>
<summary>View changed files</summary>
📝 `buildSrc/src/main/kotlin/pklGradlePluginTest.gradle.kts` (+13 -10)
</details>
### 📄 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.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.