Skip to content

Commit

Permalink
gradle.yml, graalvm.yml: update Gradle to 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jan 20, 2025
1 parent b7eba1d commit 24458e4
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-version: [ '17', '21' ]
distribution: [ 'graalvm-community' ]
gradle: ['8.10.2']
gradle: ['8.12']
fail-fast: false
name: ${{ matrix.os }} JDK ${{ matrix.java-version }}.${{ 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: ['11', '17', '21']
distribution: ['temurin']
gradle: ['8.10.2']
gradle: ['8.12']
include:
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
- os: ubuntu-22.04
Expand Down

0 comments on commit 24458e4

Please sign in to comment.