Adjust APT package test

We now build APT packages for Debian 10,11,12 and Ubuntu packages
for 20.04 and 22.04 for both amd64 and arm64.
We also build Ubuntu packages for 23.04 for amd64 but not for arm64
because pgdg packages for postgres is not available for arm64 on
Ubuntu 23.04.
This commit is contained in:
Sven Klemm 2023-09-26 18:17:09 +02:00 committed by Sven Klemm
parent 05b66accfa
commit d07cb914d2
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
image: [ "debian:10-slim","debian:11-slim","ubuntu:20.04", "ubuntu:22.04"] image: [ "debian:10-slim","debian:11-slim","debian:12-slim","ubuntu:20.04","ubuntu:22.04"]
pg: [ 13, 14, 15 ] pg: [ 13, 14, 15 ]
steps: steps:

View File

@ -20,7 +20,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
image: [ "debian:10-slim", "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04" ] image: [ "debian:10-slim", "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04" ]
pg: [ 13, 14, 15 ] pg: [ 13, 14, 15 ]
license: [ "TSL", "Apache"] license: [ "TSL", "Apache"]
include: include:
@ -81,6 +81,7 @@ jobs:
fi fi
- name: Test Downgrade - name: Test Downgrade
if: matrix.image != 'ubuntu:23.04'
run: | run: |
# Since this runs nightly on main we have to get the previous version # Since this runs nightly on main we have to get the previous version
# from the last released version and not current branch. # from the last released version and not current branch.