Skip to content

Commit

Permalink
[gradle] Update gradle and AGP versions in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Jun 28, 2024
1 parent 8498325 commit 4367071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-14, windows-2022]
gradle: [7.4, 8.7]
agp: [8.1.0, 8.4.0]
gradle: [7.4, 8.8]
agp: [8.1.0, 8.5.0]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ compose.tests.kotlin.version=2.0.0
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well
# and Publish.Subtasks.buildTypes.gradle.GradlePluginTestKt#gradleVersions in the TC config
# minimal and current gradle version
compose.tests.gradle.versions=7.4, 8.7
compose.tests.agp.versions=8.1.0, 8.4.0
compose.tests.gradle.versions=7.4, 8.8
compose.tests.agp.versions=8.1.0, 8.5.0

# A version of Gradle plugin, that will be published,
# unless overridden by COMPOSE_GRADLE_PLUGIN_VERSION env var.
Expand Down

0 comments on commit 4367071

Please sign in to comment.