Skip to content

Commit

Permalink
Use latest Gradle patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Nov 29, 2023
1 parent c1d9e74 commit e41e4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ "8", "11", "16", "17" ]
gradle-version: [ "6.9.3", "7.0.2", "7.6", "8.0", "8.2" ]
java-version: [ "8", "11", "17" ]
gradle-version: [ "6.9.4", "7.0.2", "7.6.1", "8.0.2", "8.4" ]
steps:
- name: Check out project
uses: actions/checkout@v3
Expand Down

0 comments on commit e41e4b0

Please sign in to comment.