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-002BK4-C1@gemulon.postgresql.org
Views: Whole Thread | Raw Message | 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2827f108d136de518f8f1aa7b1bbef0588e0a680

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