Skip to content

Commit 2eb5da1

Browse files
committed
ci: extend matrix builds to PG 15, 16, 17, 18
1 parent 95e422d commit 2eb5da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
strategy:
2020
matrix:
21-
pg-version: [17, 18]
21+
pg-version: [15, 16, 17, 18]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Get version
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-22.04
5252
strategy:
5353
matrix:
54-
pg-version: [17, 18]
54+
pg-version: [15, 16, 17, 18]
5555
steps:
5656
- name: Download package
5757
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)