gradle.yml, graalvm.yml: update Gradle to 8.4

This commit is contained in:
Sean Gilligan 2023-10-04 19:13:02 -07:00 committed by Andreas Schildbach
parent f190f589e6
commit 531ba5cfd5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
os: [ubuntu-latest, macOS-latest]
java-version: [ '17', '21' ]
distribution: [ 'graalvm-community' ]
gradle: ['8.3']
gradle: ['8.4']
fail-fast: false
name: ${{ matrix.os }} JDK ${{ matrix.java-version }}.${{ matrix.distribution }}
steps:

View File

@ -11,7 +11,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: ['11', '17', '21-ea']
distribution: ['temurin']
gradle: ['8.3']
gradle: ['8.4']
include:
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
- os: ubuntu-latest