Skip to content

Commit

Permalink
Update min Gradle version to 7.4 from 7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Nov 30, 2023
1 parent 7672760 commit 7caa3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
gradle: [7.3.3, 8.3]
gradle: [7.4, 8.3]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ compose.tests.compiler.compatible.kotlin.version=1.9.21
compose.tests.js.compiler.compatible.kotlin.version=1.9.21
# __SUPPORTED_GRADLE_VERSIONS__
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well
compose.tests.gradle.versions=7.3.3, 8.3
compose.tests.gradle.versions=7.4, 8.3

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

0 comments on commit 7caa3c2

Please sign in to comment.