Release: Remove ubuntu 18.04, debian buster. Add debian bookworm

pull/590/head
Jonathan G Rennison 10 months ago
parent 5f8bfb176c
commit c804442005

@ -16,10 +16,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- container_image: "ubuntu:18.04"
bundle_name: "bionic"
compiler: "g++-8"
c_compiler: "gcc-8"
- container_image: "ubuntu:20.04" - container_image: "ubuntu:20.04"
bundle_name: "focal" bundle_name: "focal"
compiler: "g++" compiler: "g++"
@ -28,14 +24,14 @@ jobs:
bundle_name: "jammy" bundle_name: "jammy"
compiler: "g++" compiler: "g++"
c_compiler: "gcc" c_compiler: "gcc"
- container_image: "debian:buster"
bundle_name: "buster"
compiler: "g++"
c_compiler: "gcc"
- container_image: "debian:bullseye" - container_image: "debian:bullseye"
bundle_name: "bullseye" bundle_name: "bullseye"
compiler: "g++" compiler: "g++"
c_compiler: "gcc" c_compiler: "gcc"
- container_image: "debian:bookworm"
bundle_name: "bookworm"
compiler: "g++"
c_compiler: "gcc"
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: container:

Loading…
Cancel
Save