We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8728974 commit 6453ff4Copy full SHA for 6453ff4
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [2.13.8, 2.12.16, 3.1.3]
+ scala: [2.13.8, 2.12.16, 3.3.3]
27
java: [temurin@8, temurin@17]
28
runs-on: ${{ matrix.os }}
29
steps:
@@ -138,12 +138,12 @@ jobs:
138
tar xf targets.tar
139
rm targets.tar
140
141
- - name: Download target directories (3.1.3)
+ - name: Download target directories (3.3.3)
142
uses: actions/download-artifact@v2
143
with:
144
- name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }}
+ name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
145
146
- - name: Inflate target directories (3.1.3)
+ - name: Inflate target directories (3.3.3)
147
run: |
148
149
0 commit comments