mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
Bump java-version from 17 -> 21 on CI (#5503)
This commit is contained in:
parent
99c1292ddc
commit
723e2f6a31
2
.github/workflows/Compile.yml
vendored
2
.github/workflows/Compile.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
2
.github/workflows/Linux_2.13_Node_Tests.yml
vendored
2
.github/workflows/Linux_2.13_Node_Tests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
2
.github/workflows/Linux_2.13_RPC_Tests.yml
vendored
2
.github/workflows/Linux_2.13_RPC_Tests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
2
.github/workflows/Mac_2.13_RPC_Tests.yml
vendored
2
.github/workflows/Mac_2.13_RPC_Tests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
2
.github/workflows/PostgresTests.yml
vendored
2
.github/workflows/PostgresTests.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
2
.github/workflows/TorTests.yml
vendored
2
.github/workflows/TorTests.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
2
.github/workflows/Windows.yml
vendored
2
.github/workflows/Windows.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
|
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '18'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -16,7 +16,9 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: olafurpg/setup-scala@v13
|
||||
with:
|
||||
java-version: openjdk@1.17.0
|
||||
distribution: 'adopt'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- uses: olafurpg/setup-gpg@v3
|
||||
- run: sbt -J-Xmx2g ci-release docs/publishWebsite
|
||||
env:
|
||||
@ -52,7 +54,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
cache: 'sbt'
|
||||
- name: Get Previous tag
|
||||
id: previoustag
|
||||
|
Loading…
Reference in New Issue
Block a user