Skip to content

Commit b7ed104

Browse files
committed
testfix
1 parent c2d4576 commit b7ed104

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

.github/workflows/buildx.yml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
# succesful tests matrix:
3737
platforms: ['linux/arm64','linux/arm/v7','linux/arm/v6','linux/386','linux/ppc64le']
38-
postgres: [ 10, 15 ]
38+
postgres: [ 11, 15 ]
3939
postgis: ['3.3']
4040
variant: [alpine]
4141
include:
@@ -47,15 +47,35 @@ jobs:
4747
postgis: '3.3'
4848
variant: 'default'
4949
platforms: 'linux/ppc64le'
50+
5051
- postgres: 10
51-
postgis: '3.3'
52+
postgis: '3.2'
5253
variant: 'default'
5354
platforms: 'linux/arm64'
5455
- postgres: 10
55-
postgis: '3.3'
56+
postgis: '3.2'
5657
variant: 'default'
5758
platforms: 'linux/ppc64le'
58-
59+
- postgres: 10
60+
postgis: '3.2'
61+
variant: 'alpine'
62+
platforms: 'linux/arm64'
63+
- postgres: 10
64+
postgis: '3.2'
65+
variant: 'alpine'
66+
platforms: 'linux/arm/v7'
67+
- postgres: 10
68+
postgis: '3.2'
69+
variant: 'alpine'
70+
platforms: 'linux/arm/v6'
71+
- postgres: 10
72+
postgis: '3.2'
73+
variant: 'alpine'
74+
platforms: 'linux/386'
75+
- postgres: 10
76+
postgis: '3.2'
77+
variant: 'alpine'
78+
platforms: 'linux/ppc64le'
5979

6080
name: ${{ matrix.platforms }} ${{ matrix.postgres }}-${{ matrix.postgis }} ${{ matrix.variant }}
6181
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)