Skip to content

Commit

Permalink
Fix rpm package test workflow
Browse files Browse the repository at this point in the history
Variables cannot be used to specify the action version. Looks like
we have to wait for an upstream fix to make a node image available
that is compatible with centos7.
  • Loading branch information
svenklemm committed Feb 9, 2024
1 parent e734433 commit 96aa7e0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rpm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ jobs:
image: [ "centos:centos7", "rockylinux:8", "rockylinux:9" ]
pg: [ 13, 14, 15, 16 ]
license: [ "TSL", "Apache"]
checkout: [ "v4" ]
include:
- license: Apache
pkg_suffix: "-oss"
# centos7 does not have the right versions to support
# node20. See https://github.com/actions/runner/issues/2906
- image: "centos:centos7"
checkout: "v3"
exclude:
# PG 16 is not available on centos7
- image: centos:centos7
Expand Down Expand Up @@ -77,7 +72,7 @@ jobs:
run: |
rpm -ql timescaledb-2${{ matrix.pkg_suffix }}-postgresql-${{ matrix.pg }}
- uses: actions/checkout@${{ matrix.checkout }}
- uses: actions/checkout@v3

- name: Read versions
id: versions
Expand Down

0 comments on commit 96aa7e0

Please sign in to comment.