Skip to content

Commit a9f5477

Browse files
committed
Start testing pg19
1 parent adbade5 commit a9f5477

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-24.04, ubuntu-22.04]
14-
pg: [18, 17, 16, 15, 14]
14+
pg: [19, 18, 17, 16, 15, 14]
1515
config: [Release, Debug]
1616

1717
runs-on: ${{ matrix.os }}

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-14]
14-
pg: [18, 17, 16, 15, 14]
14+
pg: [19, 18, 17, 16, 15, 14]
1515
config: [Release, Debug]
1616

1717
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)