pgsql: ci: remove minor version from freebsd image name

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: remove minor version from freebsd image name
Date: 2022-08-01 01:56:20
Message-ID: E1oIKfL-002BK5-CZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: remove minor version from freebsd image name

This way .cirrus.yml does not need to be changed just because freebsd releases
a new minor version.

Discussion: https://postgr.es/m/20220728095704.ryywoaz4dqqrwstc@alap3.anarazel.de
Backpatch: 15-, just like the CI support

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/feae5c0cba8088fb85d9365348e59047d1c2919a

Modified Files
--------------
.cirrus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-08-01 07:40:03 pgsql: Fix error reporting after ioctl() call with pg_upgrade --clone
Previous Message Michael Paquier 2022-08-01 01:00:48 pgsql: Append -X to direct invocation of psql in new test for BASE_BACK