Skip to content

Commit 4d6271f

Browse files
committed
Fix builds
1 parent 1ce8e57 commit 4d6271f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
15-
name: Build with Java 8
15+
name: Build with Java 17
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 10
1818
permissions:
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2222
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
2323
with:
24-
java-version: "8"
24+
java-version: "17"
2525
distribution: "temurin"
2626

2727
- name: Compute version

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1515
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
1616
with:
17-
java-version: "8"
17+
java-version: "17"
1818
distribution: "temurin"
1919

2020
- run: java -version

0 commit comments

Comments
 (0)