Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Oct 17, 2023
1 parent 42d4d3a commit 11f285f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Also see the [Gradle Command](https://github.com/marketplace/actions/gradle-buil

```kotlin
plugins {
id("org.nosphere.gradle.github.actions") version "1.3.2"
id("org.nosphere.gradle.github.actions") version "1.4.0"
}

// for example:
Expand Down Expand Up @@ -38,9 +38,10 @@ githubActions.buildScan {

## Compatibility matrix

| Plugin | Min Java | Min Gradle | Max Gradle | Build Scan | Configuration Cache
| --- | --- | --- | --- | --- | ---
| `1.3.x` | `1.8` | `6.1` | `7.x` | `>= 3.0` | 🟒
| `1.2.x` | `1.8` | `6.1` | `7.x` | `>= 3.0` | 🟒
| `1.1.x` | `1.8` | `5.2` | `6.x` | `>= 1.1` | πŸ”΄
| `1.0.x` | `1.8` | `5.2` | `6.x` | `>= 1.1` | πŸ”΄
| Plugin | Min Java | Min Gradle | Max Gradle | Build Scan | Configuration Cache
|---------| --- |------------|------------| --- | ---
| `1.4.x` | `1.8` | `7.4` | `8.x` | `>= 3.0` | 🟒
| `1.3.x` | `1.8` | `6.1` | `7.x` | `>= 3.0` | 🟒
| `1.2.x` | `1.8` | `6.1` | `7.x` | `>= 3.0` | 🟒
| `1.1.x` | `1.8` | `5.2` | `6.x` | `>= 1.1` | πŸ”΄
| `1.0.x` | `1.8` | `5.2` | `6.x` | `>= 1.1` | πŸ”΄

0 comments on commit 11f285f

Please sign in to comment.