We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca89fa commit 0e52347Copy full SHA for 0e52347
1 file changed
.github/workflows/regression.yml
@@ -13,22 +13,22 @@ jobs:
13
strategy:
14
matrix:
15
pgversion:
16
- - 9.5
17
- - 9.6
18
- - 10
19
- - 11
20
- - 12
21
- - 13
22
- - 14
23
- - 15
24
- 16
+ - 15
+ - 14
+ - 13
+ - 12
+ - 11
+ - 10
+ - 9.6
+ - 9.5
25
26
env:
27
PGVERSION: ${{ matrix.pgversion }}
28
29
steps:
30
- name: checkout
31
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
32
33
- name: install pg
34
run: |
0 commit comments