Skip to content

Commit

Permalink
gradle.yml, graalvm.yml: update Gradle to 8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan authored and schildbach committed Feb 27, 2025
1 parent 8070bd8 commit 59ef01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ubuntu-24.04, macOS-13]
java: [ '17', '21', '23' ]
distribution: [ 'graalvm-community' ]
gradle: ['8.12.1']
gradle: ['8.13']
fail-fast: false
name: ${{ matrix.os }} JDK ${{ matrix.java }}.${{ matrix.distribution }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ubuntu-24.04, macOS-13, windows-2022]
java: ['17', '21', '23']
distribution: ['temurin']
gradle: ['7.3', '8.12.1']
gradle: ['7.3', '8.13']
exclude:
# Java 21+ requires Gradle 8.5+
- java: '21'
Expand Down

0 comments on commit 59ef01c

Please sign in to comment.