Skip to content

Commit dec20de

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 5502d89 commit dec20de

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,19 +330,19 @@ jobs:
330330
strategy:
331331
matrix:
332332
os: [ubuntu-22.04]
333-
java: [temurin@11]
333+
java: [temurin@17]
334334
runs-on: ${{ matrix.os }}
335335
steps:
336336
- name: Checkout current branch (fast)
337337
uses: actions/checkout@v6
338338

339-
- name: Setup Java (temurin@11)
340-
id: setup-java-temurin-11
341-
if: matrix.java == 'temurin@11'
339+
- name: Setup Java (temurin@17)
340+
id: setup-java-temurin-17
341+
if: matrix.java == 'temurin@17'
342342
uses: actions/setup-java@v5
343343
with:
344344
distribution: temurin
345-
java-version: 11
345+
java-version: 17
346346

347347
- uses: coursier/setup-action@v1
348348
with:

0 commit comments

Comments
 (0)