|
7 | 7 | strategy:
|
8 | 8 | fail-fast: false
|
9 | 9 | matrix:
|
10 |
| - postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"] |
| 10 | + postgres: ["17.2", "16.6", "15.10", "14.15", "13.18", "12.22"] |
11 | 11 | steps:
|
12 | 12 | - name: Checkout project
|
13 | 13 | uses: actions/checkout@v3
|
|
34 | 34 | strategy:
|
35 | 35 | fail-fast: false
|
36 | 36 | matrix:
|
37 |
| - postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"] |
| 37 | + postgres: ["17.2", "16.6", "15.10", "14.15", "13.18", "12.22"] |
38 | 38 | steps:
|
39 | 39 | - name: Checkout project
|
40 | 40 | uses: actions/checkout@v3
|
|
56 | 56 | strategy:
|
57 | 57 | fail-fast: false
|
58 | 58 | matrix:
|
59 |
| - postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"] |
| 59 | + postgres: ["17.2", "16.6", "15.10", "14.15", "13.18", "12.22"] |
60 | 60 | steps:
|
61 | 61 | - name: Checkout project
|
62 | 62 | uses: actions/checkout@v3
|
|
78 | 78 | strategy:
|
79 | 79 | fail-fast: false
|
80 | 80 | matrix:
|
81 |
| - postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"] |
| 81 | + postgres: ["17.2", "16.6", "15.10", "14.15", "13.18", "12.22"] |
82 | 82 | steps:
|
83 | 83 | - name: Checkout project
|
84 | 84 | uses: actions/checkout@v3
|
|
0 commit comments