From 551204c4f04ed1966f8e84fac14a287033d00fbe Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Mon, 1 Apr 2024 09:46:17 +0200 Subject: [PATCH] test: lock bats version to 1.10.0 as 1.11 breaks bats-action https://github.com/bats-core/bats-action/pull/4 --- .github/workflows/_template.yml | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/_template.yml b/.github/workflows/_template.yml index dc5903da..4a67e38d 100644 --- a/.github/workflows/_template.yml +++ b/.github/workflows/_template.yml @@ -30,6 +30,8 @@ jobs: uses: actions/checkout@v4 - name: Setup BATS uses: bats-core/bats-action@1.5.6 + with: + bats-version: 1.10.0 - name: Update submodules run: git submodule update --init diff --git a/README.md b/README.md index 9e7724a2..ec608bbd 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,10 @@ Some come from the parent images and some are installed in this image for backwa | eclipse-temurin-17-focal | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | | eclipse-temurin-21 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | | eclipse-temurin-21-alpine | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | +| eclipse-temurin-22-jammy | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | | eclipse-temurin-22 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | | eclipse-temurin-22-alpine | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | +| eclipse-temurin-22-jammy | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | | graalvm-community-17 | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | | | graalvm-community-21 | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | | | ibm-semeru-11-focal | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | |