mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-20 13:34:42 +01:00
gradle.yml, graalvm.yml: update Gradle to 7.6.2
This commit is contained in:
parent
6142348e61
commit
f324a8e34f
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]
|
||||
java-version: [ '17' ]
|
||||
distribution: [ 'graalvm-community' ]
|
||||
gradle: ['7.6.1']
|
||||
gradle: ['7.6.2']
|
||||
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-latest, macOS-latest, windows-latest]
|
||||
java: ['11', '17', '19']
|
||||
distribution: ['temurin']
|
||||
gradle: ['7.6.1']
|
||||
gradle: ['7.6.2']
|
||||
include:
|
||||
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
|
||||
- os: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue