Skip to content

Commit 583ebba

Browse files
committed
change test from pg14 -> pg15beta3
1 parent b1756ea commit 583ebba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/buildx.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ jobs:
2626
# Not for the `*-master``building. Emulation takes lot of times!
2727
#`
2828
# comments: 2022-09-07
29-
# 'linux/arm/v7' - debian: Unable to locate package postgresql-14-postgis-3;
30-
# 'linux/arm/v6' - debian: Unable to locate package postgresql-14-postgis-3;
29+
# 'linux/arm/v7' - debian: Unable to locate package postgresql-??-postgis-3;
30+
# 'linux/arm/v6' - debian: Unable to locate package postgresql-??-postgis-3;
3131
# 'linux/s390x' [alpine|debian] failed test.
3232
# 'linux/mips64le' [alpine|debian] failed test.
3333
# ...
3434
#
3535
# succesful tests matrix:
3636
platforms: ['linux/arm64','linux/arm/v7','linux/arm/v6','linux/386','linux/ppc64le']
37-
postgres: [14]
37+
postgres: ['15beta3']
3838
postgis: ['3.2']
3939
variant: [alpine]
4040
include:
41-
- postgres: 14
41+
- postgres: '15beta3'
4242
postgis: '3.2'
4343
variant: 'default'
4444
platforms: 'linux/arm64'
45-
- postgres: 14
45+
- postgres: '15beta3'
4646
postgis: '3.2'
4747
variant: 'default'
4848
platforms: 'linux/ppc64le'

0 commit comments

Comments
 (0)