Skip to content

rootless: update test+stable versions to 27.3.1 #458

rootless: update test+stable versions to 27.3.1

rootless: update test+stable versions to 27.3.1 #458

Workflow file for this run

name: docker-install CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
os:
- ubuntu:20.04
- ubuntu:22.04
- ubuntu:24.04
- quay.io/centos/centos:stream9
version:
- "26.1"
- ""
steps:
- uses: actions/checkout@v3
- name: Shellcheck
run: make shellcheck
- name: Check distribution
run: TEST_IMAGE=${{ matrix.os }} VERSION=${{ matrix.version }} make test