mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
Bump to jdk18 (#4471)
This commit is contained in:
parent
3ea4763cfc
commit
9985db3b41
2
.github/workflows/Compile.yml
vendored
2
.github/workflows/Compile.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Compile and Check Formatting
|
||||
run: sbt -J-Xmx2g +test:compile scalafmtCheckAll
|
||||
|
2
.github/workflows/Docs.yml
vendored
2
.github/workflows/Docs.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
2
.github/workflows/Linux_2.12_Node_Tests.yml
vendored
2
.github/workflows/Linux_2.12_Node_Tests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
2
.github/workflows/Linux_2.12_RPC_Tests.yml
vendored
2
.github/workflows/Linux_2.12_RPC_Tests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
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: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
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: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
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: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
2
.github/workflows/PostgresTests.yml
vendored
2
.github/workflows/PostgresTests.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
2
.github/workflows/Secp_Disabled_Tests.yml
vendored
2
.github/workflows/Secp_Disabled_Tests.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
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: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
2
.github/workflows/Windows.yml
vendored
2
.github/workflows/Windows.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
|
6
.github/workflows/javafx.yml
vendored
6
.github/workflows/javafx.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Get Previous tag
|
||||
id: previoustag
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Get Previous tag
|
||||
id: previoustag
|
||||
@ -156,7 +156,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Get Previous tag
|
||||
id: previoustag
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
java-version: '18'
|
||||
cache: 'sbt'
|
||||
- name: Get Previous tag
|
||||
id: previoustag
|
||||
|
Loading…
Reference in New Issue
Block a user