Skip to content

Commit e961c2d

Browse files
committed
fix matrix
1 parent da89e08 commit e961c2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildx.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
# succesful tests matrix:
3636
platforms: ['linux/arm64','linux/arm/v7','linux/arm/v6','linux/386','linux/ppc64le']
3737
postgres: ['15beta4']
38-
postgis: ['3.2']
38+
postgis: ['3.3']
3939
variant: [alpine]
4040
include:
4141
- postgres: '15beta4'
42-
postgis: '3.2'
42+
postgis: '3.3'
4343
variant: 'default'
4444
platforms: 'linux/arm64'
4545
- postgres: '15beta4'
46-
postgis: '3.2'
46+
postgis: '3.3'
4747
variant: 'default'
4848
platforms: 'linux/ppc64le'
4949

0 commit comments

Comments
 (0)