mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
gradle.yml, graalvm.yml: update Gradle to 8.8
This commit is contained in:
parent
2d201bb150
commit
d975d777ee
2
.github/workflows/graalvm.yml
vendored
2
.github/workflows/graalvm.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
os: [ubuntu-22.04, macOS-12]
|
||||
java-version: [ '17', '21' ]
|
||||
distribution: [ 'graalvm-community' ]
|
||||
gradle: ['8.7']
|
||||
gradle: ['8.8']
|
||||
fail-fast: false
|
||||
name: ${{ matrix.os }} JDK ${{ matrix.java-version }}.${{ matrix.distribution }}
|
||||
steps:
|
||||
|
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
os: [ubuntu-22.04, macOS-12, windows-2022]
|
||||
java: ['11', '17', '21']
|
||||
distribution: ['temurin']
|
||||
gradle: ['8.7']
|
||||
gradle: ['8.8']
|
||||
include:
|
||||
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
|
||||
- os: ubuntu-22.04
|
||||
|
Loading…
Reference in New Issue
Block a user