Skip to content

Commit

Permalink
Bump the CI platforms to most recent Debian and Ubuntu
Browse files Browse the repository at this point in the history
New APT deb822 code requires recent python-apt (>= 2.5), which is available only
from Bookwork and Lunar on.
  • Loading branch information
schopin-pro committed Jul 7, 2023
1 parent f3655b8 commit 1df8994
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ jobs:
fail-fast: false
matrix:
container:
- debian:bullseye-slim
- debian:bookworm-slim
- debian:testing-slim
- ubuntu:jammy
- ubuntu:kinetic
- ubuntu:lunar
container:
image: ${{ matrix.container }}
Expand Down Expand Up @@ -122,8 +120,6 @@ jobs:
fail-fast: false
matrix:
container:
- ubuntu:jammy
- ubuntu:kinetic
- ubuntu:lunar
container:
image: ${{ matrix.container }}
Expand Down Expand Up @@ -157,7 +153,7 @@ jobs:
files: ./coverage.xml,./coverage-setup.xml

integration-tests-installed:
runs-on: ubuntu-22.04
runs-on: ubuntu-23.04
strategy:
fail-fast: false
steps:
Expand Down Expand Up @@ -206,8 +202,6 @@ jobs:
fail-fast: false
matrix:
container:
- ubuntu:jammy
- ubuntu:kinetic
- ubuntu:lunar
container:
image: ${{ matrix.container }}
Expand Down Expand Up @@ -237,8 +231,6 @@ jobs:
fail-fast: false
matrix:
container:
- ubuntu:jammy
- ubuntu:kinetic
- ubuntu:lunar
container:
image: ${{ matrix.container }}
Expand Down Expand Up @@ -278,7 +270,7 @@ jobs:
files: ./coverage.xml

system-tests-installed:
runs-on: ubuntu-22.04
runs-on: ubuntu-23.04
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit 1df8994

Please sign in to comment.