Skip to content

Commit

Permalink
Test PG17 packages in linux package test
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Oct 8, 2024
1 parent 5858892 commit bc15787
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apt-arm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
image: [ "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04" ]
pg: [ 14, 15, 16 ]
pg: [ 14, 15, 16, 17 ]

steps:
- name: Setup emulation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/apt-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
image: [ "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04" ]
pg: [ 14, 15, 16 ]
pg: [ 14, 15, 16, 17 ]
license: [ "TSL", "Apache"]
include:
- license: Apache
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fi
- name: Test Downgrade
if: matrix.image != 'ubuntu:24.04'
if: matrix.pg != '17'
run: |
# Since this runs nightly on main we have to get the previous version
# from the last released version and not current branch.
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rpm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: RPM packages
schedule:
# run daily 0:00 on main branch
- cron: '0 0 * * *'
pull_request:
paths: .github/workflows/rpm-packages.yaml
push:
tags:
- '*'
Expand All @@ -21,7 +23,7 @@ jobs:
fail-fast: false
matrix:
image: [ "rockylinux:8", "rockylinux:9" ]
pg: [ 14, 15, 16 ]
pg: [ 14, 15, 16, 17 ]
license: [ "TSL", "Apache"]
include:
- license: Apache
Expand Down Expand Up @@ -90,6 +92,7 @@ jobs:
fi
- name: Test Downgrade
if: matrix.pg != '17'
run: |
# Since this runs nightly on main we have to get the previous version
# from the last released version and not current branch.
Expand Down

0 comments on commit bc15787

Please sign in to comment.