diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1da7adc..61a11b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,22 +143,22 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.8, rootJS) + - name: Download target directories (2.13.9, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJS - - name: Inflate target directories (2.13.8, rootJS) + - name: Inflate target directories (2.13.9, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8, rootJVM) + - name: Download target directories (2.13.9, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJVM - - name: Inflate target directories (2.13.8, rootJVM) + - name: Inflate target directories (2.13.9, rootJVM) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index c34f8a4..8c5b7fb 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,8 +12,8 @@ pull_request_rules: - or: - body~=labels:.*early-semver-patch - body~=labels:.*early-semver-minor - - status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@17, rootJS) - - status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@17, rootJVM) + - status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@17, rootJS) + - status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@17, rootJVM) - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@17, rootJS) - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@17, rootJVM) - '#approved-reviews-by>=1'