Skip to content

Commit f44681d

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 1a0f76c commit f44681d

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
@@ -377,19 +377,19 @@ jobs:
377377
strategy:
378378
matrix:
379379
os: [ubuntu-22.04]
380-
java: [temurin@11]
380+
java: [temurin@17]
381381
runs-on: ${{ matrix.os }}
382382
steps:
383383
- name: Checkout current branch (fast)
384384
uses: actions/checkout@v6
385385

386-
- name: Setup Java (temurin@11)
387-
id: setup-java-temurin-11
388-
if: matrix.java == 'temurin@11'
386+
- name: Setup Java (temurin@17)
387+
id: setup-java-temurin-17
388+
if: matrix.java == 'temurin@17'
389389
uses: actions/setup-java@v5
390390
with:
391391
distribution: temurin
392-
java-version: 11
392+
java-version: 17
393393

394394
- uses: coursier/setup-action@v1
395395
with:

0 commit comments

Comments
 (0)