mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
gradle.yml, graalvm.yml: update Gradle to 8.7
This commit is contained in:
parent
b257c6f4d8
commit
7df957e4c6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/graalvm.yml
vendored
2
.github/workflows/graalvm.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
os: [ubuntu-latest, macOS-latest]
|
os: [ubuntu-latest, macOS-latest]
|
||||||
java-version: [ '17', '21' ]
|
java-version: [ '17', '21' ]
|
||||||
distribution: [ 'graalvm-community' ]
|
distribution: [ 'graalvm-community' ]
|
||||||
gradle: ['8.6']
|
gradle: ['8.7']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
name: ${{ matrix.os }} JDK ${{ matrix.java-version }}.${{ matrix.distribution }}
|
name: ${{ matrix.os }} JDK ${{ matrix.java-version }}.${{ matrix.distribution }}
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
java: ['11', '17', '21']
|
java: ['11', '17', '21']
|
||||||
distribution: ['temurin']
|
distribution: ['temurin']
|
||||||
gradle: ['8.6']
|
gradle: ['8.7']
|
||||||
include:
|
include:
|
||||||
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
|
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue