Skip to content

Commit ae09956

Browse files
committed
disable jdk9 check too
1 parent ca45919 commit ae09956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,15 @@ jobs:
200200
"++ ${{ matrix.scalaVersion }} ;publishLocal;publishM2"
201201
202202
- name: Install scala-cli
203-
if: ${{ matrix.javaVersion == 11 }}
203+
if: ${{ matrix.javaVersion == 11 && matrix.pekkoVersion != '1.0.x'}}
204204
run: |-
205205
curl -sS "https://virtuslab.github.io/scala-cli-packages/KEY.gpg" | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/scala-cli.gpg 2>/dev/null
206206
sudo curl -s --compressed -o /etc/apt/sources.list.d/scala_cli_packages.list "https://virtuslab.github.io/scala-cli-packages/debian/scala_cli_packages.list"
207207
sudo apt update
208208
sudo apt install scala-cli
209209
210210
- name: Use Scala-CLI to verify jdk 9 classes
211-
if: ${{ matrix.javaVersion == 11 }}
211+
if: ${{ matrix.javaVersion == 11 && matrix.pekkoVersion != '1.0.x'}}
212212
run: |-
213213
chmod +x .github/workflows/verify-jdk9-classes.sh
214214
.github/workflows/verify-jdk9-classes.sh

0 commit comments

Comments
 (0)