Skip to content

add deprecation warnings for Ubuntu 18.04 (bionic), Debian, Raspbian 10 Buster, Fedora <= 38, and CentOS (Stream) 8 #430

add deprecation warnings for Ubuntu 18.04 (bionic), Debian, Raspbian 10 Buster, Fedora <= 38, and CentOS (Stream) 8

add deprecation warnings for Ubuntu 18.04 (bionic), Debian, Raspbian 10 Buster, Fedora <= 38, and CentOS (Stream) 8 #430

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