Skip to content

Commit 4d89c18

Browse files
committed
update ci workflow
1 parent c1a9218 commit 4d89c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: matrix.java == 'temurin@8' && matrix.os == 'ubuntu-22.04'
7373
run: sbt '++ ${{ matrix.scala }}' doc
7474

75-
- if: matrix.scala == '2.13.8'
75+
- if: matrix.scala == '2.13.16'
7676
run: sbt '++ ${{ matrix.scala }}' docs/mdoc
7777

7878
- name: Make target directories
@@ -218,7 +218,7 @@ jobs:
218218
strategy:
219219
matrix:
220220
os: [ubuntu-22.04]
221-
scala: [2.13.8]
221+
scala: [2.13.16]
222222
java: [temurin@8]
223223
runs-on: ${{ matrix.os }}
224224
steps:

0 commit comments

Comments
 (0)